Documentation
    Preparing search index...

    Interface PlayableClassIndexResponse

    The response for a playable class index.

    interface PlayableClassIndexResponse {
        _links: { self: Href };
        classes: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • PlayableClassIndexResponse
    Index

    Properties

    Properties

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