Documentation
    Preparing search index...

    Interface ToyIndexResponse

    The response for a toy index.

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

    Hierarchy

    • ResponseBase
      • ToyIndexResponse
    Index

    Properties

    Properties

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