Documentation
    Preparing search index...

    Interface CharacterToysCollectionSummaryResponse

    interface CharacterToysCollectionSummaryResponse {
        _links: { self: Href };
        toys: Toy[];
    }

    Hierarchy

    • ResponseBase
      • CharacterToysCollectionSummaryResponse
    Index

    Properties

    Properties

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