ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface RackData

    interface RackData {
        locations: RackLocation[];
        rackStructure: Record<string, Record<string, RackLocation[]>>;
        stats: {
            total: number;
            empty: number;
            occupied: number;
            unavailable: number;
            maintenance: number;
            totalStockValue: number;
        };
    }
    Index

    Properties

    locations: RackLocation[]
    rackStructure: Record<string, Record<string, RackLocation[]>>
    stats: {
        total: number;
        empty: number;
        occupied: number;
        unavailable: number;
        maintenance: number;
        totalStockValue: number;
    }