export class CollectionsType {
    categories: any;

    settings: {
        description: string;
        image: string;
    }
}