Documentation
    Preparing search index...

    Interface Character

    The standard structure to represent a World of Warcraft Character.

    interface Character {
        id: number;
        key: Href;
        name: string;
        realm: Realm;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: number
    key: Href
    name: string
    realm: Realm