SW Combine SDK
    Preparing search index...

    Interface TypesItemEntity

    Detailed /types/items/:uid response shape. Fields are optional where the API may return variant payloads.

    interface TypesItemEntity {
        batchquantity?: number;
        class?: TypesItemClass;
        description?: string;
        equippableslots?: TypesItemEquippableSlots;
        images?: TypesShipImages;
        lockable?: TypesShipBoolean;
        materials?: Record<string, never> | TypesShipMaterials;
        maxuses?: number;
        name: string;
        price?: TypesShipPrice;
        production?: TypesShipProduction;
        uid: string;
        volume?: TypesShipValueWithUnits;
        volumecapacity?: TypesShipValueWithUnits;
        weapons?: Record<string, never> | TypesShipWeapons;
        weight?: TypesShipValueWithUnits;
        weightcapacity?: TypesShipValueWithUnits;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    batchquantity?: number
    description?: string
    equippableslots?: TypesItemEquippableSlots
    lockable?: TypesShipBoolean
    materials?: Record<string, never> | TypesShipMaterials
    maxuses?: number
    name: string
    production?: TypesShipProduction
    uid: string
    volumecapacity?: TypesShipValueWithUnits
    weapons?: Record<string, never> | TypesShipWeapons
    weightcapacity?: TypesShipValueWithUnits