RTSDK
    Preparing search index...

    Type Alias InventoryItemOptionalInterface

    type InventoryItemOptionalInterface = {
        attributes?: InventoryItemInterface | object;
        credentials?: InteractiveCredentials;
    }
    Index

    Properties

    attributes?: InventoryItemInterface | object
    credentials?: InteractiveCredentials