Documentation
    Preparing search index...

    Interface FixtureIndexResponse

    Base interface for Blizzard API responses.

    interface FixtureIndexResponse {
        _links: { self: Href };
        fixtures: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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