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