Documentation
    Preparing search index...

    Interface FixtureHookIndexResponse

    Base interface for Blizzard API responses.

    interface FixtureHookIndexResponse {
        _links: { self: Href };
        fixture_hooks: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

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