Documentation
    Preparing search index...

    Interface TitleIndexResponse

    The response for a title index.

    interface TitleIndexResponse {
        _links: { self: Href };
        titles: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • TitleIndexResponse
    Index

    Properties

    Properties

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