interface FallBackGarmentData {
    garmentLink?: string;
    manuallyDressable?: boolean;
    name?: string;
    organizationId: string;
    price?: {
        currency: string;
        price: number;
    };
    reference: string;
}

Hierarchy (view full)

Properties

garmentLink?: string
manuallyDressable?: boolean
name?: string
organizationId: string
price?: {
    currency: string;
    price: number;
}
reference: string