Documentation
    Preparing search index...

    Interface FixtureResponse

    Base record interface containing name and id properties that often appear together in Blizzard API responses.

    interface FixtureResponse {
        _links: { self: Href };
        hooks?: NameIdKey[];
        id: number;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    hooks?: NameIdKey[]
    id: number
    name: string