export class DesignerType {
    image: string;
    name: string;
    description: string;
    collections: any;
}