export class CreateNewsImageDto {
  media: { path: string; mimetype: string }[];
  news_id: string;
  status: string;
  media_type: string;
}
