import { subGalleryDto } from "./sub-gallery.dto"; export class GalleryDto{ id:number; category: string; imageUrl: string; title:string; description:string; projectType:string; subGallery:subGalleryDto[]; spinLoading:any; }