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