Documentation
    Preparing search index...

    Interface TitleIndexResponse

    The response for a title index.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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