Documentation
    Preparing search index...

    Interface PowerTypeIndexResponse

    The response for a power type index.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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