import type { BannerDto } from '../schemas/BannerDto'; export type CreateBannerRequestRequestBody = BannerDto;