export class CreateTipsImageDto {
  media: { path: string; mimetype: string }[];
  tips_id: string;
  status: string;
  media_type: string;
}
