Documentation
    Preparing search index...

    Interface CovenantIndexResponse

    Interface for a response from the covenant index endpoint.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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