Anchorage API reference
    Preparing search index...

    The no-category response: what can be asked for, and how to read the answer.

    interface InventoryIndex {
        categories: readonly InventoryCategoryDescriptor[];
        drainProof: DrainProofContract;
        unenumerable: readonly UnenumerableState[];
    }
    Index

    Properties

    categories: readonly InventoryCategoryDescriptor[]
    drainProof: DrainProofContract
    unenumerable: readonly UnenumerableState[]