Documentation
    Preparing search index...

    Interface CovenantIndexResponse

    Interface for a response from the covenant index endpoint.

    interface CovenantIndexResponse {
        _links: { self: Href };
        covenants: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • CovenantIndexResponse
    Index

    Properties

    Properties

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