Documentation
    Preparing search index...

    Interface FixtureHookResponse

    Base interface for Blizzard API responses.

    interface FixtureHookResponse {
        _links: { self: Href };
        id: number;
        parent_fixture: NameIdKey;
        type_name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    id: number
    parent_fixture: NameIdKey
    type_name: string