@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Interface InventoryItem

    interface InventoryItem {
        id: string;
        item_id: string;
        location: { location_hash: string };
        quantity: number;
        tenant: string;
        type_id: number;
        name: string;
    }
    Index

    Properties

    id: string
    item_id: string
    location: { location_hash: string }
    quantity: number
    tenant: string
    type_id: number
    name: string