Takaro - v0.7.2
    Preparing search index...

    Interface ShopDeadStockItemDTO

    ShopDeadStockItemDTO

    interface ShopDeadStockItemDTO {
        daysSinceCreated: number;
        daysSinceLastSale?: number;
        id: string;
        name: string;
    }
    Index

    Properties

    daysSinceCreated: number

    ShopDeadStockItemDTO

    daysSinceLastSale?: number

    ShopDeadStockItemDTO

    id: string

    ShopDeadStockItemDTO

    name: string

    ShopDeadStockItemDTO