Documentation
    Preparing search index...

    Interface PowerTypeIndexResponse

    The response for a power type index.

    interface PowerTypeIndexResponse {
        _links: { self: Href };
        power_types: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • PowerTypeIndexResponse
    Index

    Properties

    Properties

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