Documentation
    Preparing search index...

    Interface ToyResponse

    The response for a toy.

    interface ToyResponse {
        _links: { self: Href };
        id: number;
        item: NameIdKey;
        media: Media;
        source: Source;
        source_description: string;
    }

    Hierarchy

    • ResponseBase
      • ToyResponse
    Index

    Properties

    _links: { self: Href }
    id: number
    item: NameIdKey
    media: Media
    source: Source
    source_description: string