@subsidia-ch/sdk - v1.3.5
    Preparing search index...
    type OutfitItem = {
        article?: Article;
        articleId: number;
        brandLabel: string;
        categoryLabel: string;
        discountPrice: Price | null;
        id: number;
        index: number;
        outfitId: number;
        price: Price | null;
        sizeLabel: string;
    }
    Index

    Properties

    Optionalarticle

    article?: Article
    articleId: number
    brandLabel: string
    categoryLabel: string
    discountPrice: Price | null
    id: number
    index: number
    outfitId: number
    price: Price | null
    sizeLabel: string