@subsidia-ch/sdk - v1.3.5
    Preparing search index...
    type Outfit = {
        assetRelations?: GetAssetRelationsResponse;
        consultant: Consultant | undefined;
        consultantId: string;
        description: string | null;
        id: number;
        name: string;
        note: string | null;
        publish: boolean;
        store: Store | undefined;
        storeId: number;
    }
    Index

    Properties

    assetRelations?: GetAssetRelationsResponse
    consultant: Consultant | undefined
    consultantId: string
    description: string | null
    id: number
    name: string
    note: string | null
    publish: boolean
    store: Store | undefined
    storeId: number