Documentation
    Preparing search index...

    Interface ToyIndexResponse

    The response for a toy index.

    interface ToyIndexResponse {
        _links: { self: Href };
        toys: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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