Documentation
    Preparing search index...

    The standard structure to represent a World of Warcraft Realm.

    interface Realm {
        id: number;
        key: Href;
        name?: string;
        slug: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: number
    key: Href
    name?: string
    slug: string