Documentation
    Preparing search index...

    Interface PowerTypeResponse

    The response for a power type.

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

    Hierarchy

    • NameId
    • ResponseBase
      • PowerTypeResponse
    Index

    Properties

    Properties

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