Documentation
    Preparing search index...

    Interface HeirloomIndexResponse

    The response for the heirloom index.

    interface HeirloomIndexResponse {
        _links: { self: Href };
        heirlooms: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    heirlooms: NameIdKey[]