@subsidia-ch/sdk - v1.3.5
    Preparing search index...
    type Model = {
        assortmentGroup?: AssortmentGroup;
        assortmentGroupId: number | null;
        brand?: Brand;
        brandId: number | null;
        category?: Category;
        categoryId: number | null;
        collectionId: number | null;
        description: string | null;
        externalIdentifier: string | null;
        id: number;
        name: string;
        season?: Season;
        seasonId: number | null;
    }
    Index

    Properties

    assortmentGroup?: AssortmentGroup
    assortmentGroupId: number | null
    brand?: Brand
    brandId: number | null
    category?: Category
    categoryId: number | null
    collectionId: number | null
    description: string | null
    externalIdentifier: string | null
    id: number
    name: string
    season?: Season
    seasonId: number | null