Documentation
    Preparing search index...

    The response for a power type.

    interface PowerTypeResponse {
        _links: { self: Href };
        id: number;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    id: number
    name: string