Interface APIConnectedRealmItem

Individual realm from

APIConnectedRealm

interface APIConnectedRealmItem {
    category?: string;
    connected_realm: hrefStruct;
    id: number;
    is_tournament?: boolean;
    locale?: string;
    name: string;
    region: refStruct;
    slug: string;
    timezone?: string;
    type?: { name?: string; type?: string };
}

Properties

category?: string
connected_realm: hrefStruct
id: number
is_tournament?: boolean
locale?: string
name: string
region: refStruct
slug: string
timezone?: string
type?: { name?: string; type?: string }