Interface APIRealmsIndexEntry

Individual index entry from

APIRealmsIndex

interface APIRealmsIndexEntry {
    id: number;
    key: hrefStruct;
    name: string;
    slug: string;
}

Hierarchy (View Summary)

Properties

Properties

id: number
name: string
slug: string