Interface APIJournalExpansion

Journal Expansion

/data/wow/journal-expansion/{journalExpansionId}

interface APIJournalExpansion {
    _links?: linksStruct;
    dungeons: refStruct[];
    id: number;
    name: string;
}

Properties

Properties

_links?: linksStruct
dungeons: refStruct[]
id: number
name: string