RTSDK
    Preparing search index...

    Interface InventoryItemInterface

    Interface for an inventory item.

    interface InventoryItemInterface {
        created_at?: Date;
        credentials?: InteractiveCredentials;
        description?: string;
        id: string;
        image_path?: string;
        interactive_key_id?: string;
        jwt?: string;
        metadata?: null | object;
        name?: string;
        requestOptions: object;
        status?: string;
        topia: Topia;
        type?: string;
        updated_at?: Date;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    created_at?: Date
    description?: string
    id: string
    image_path?: string
    interactive_key_id?: string
    jwt?: string
    metadata?: null | object
    name?: string
    requestOptions: object
    status?: string
    topia: Topia
    type?: string
    updated_at?: Date