@subsidia-ch/sdk - v1.3.5
    Preparing search index...
    type GetOutfitItemBrandsResponse = {
        brands: OutfitItemBrand[];
        filter: GetOutfitItemBrandsFilter;
        nextLink?: Link;
        pagination: ApiPagination;
        prevLink?: Link;
    }
    Index

    Properties

    brands: OutfitItemBrand[]
    nextLink?: Link
    pagination: ApiPagination
    prevLink?: Link