Documentation
    Preparing search index...

    Interface HeirloomIndexResponse

    The response for the heirloom index.

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

    Hierarchy

    • ResponseBase
      • HeirloomIndexResponse
    Index

    Properties

    Properties

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