Type Alias BannerCreateBodyDto
BannerCreateBodyDto: {
description?: string | null;
imageFileId?: string | null;
imageUrl?: string | null;
linkUrl?: string | null;
publishEndAt?: string | null;
publishStartAt?: string | null;
subtitle?: string | null;
title: string;
}