Interface characterRef

Various shared data structures from throughout the API

interface characterRef {
    id: number;
    key: hrefStruct;
    name: string;
    realm: realmStruct;
}

Properties

Properties

id: number
name: string