Interface APICovenantIndex

Covenants Index

/data/wow/covenants/index

interface APICovenantIndex {
    _links: linksStruct;
    covenants: APICovenantItem[];
}

Properties

Properties

_links: linksStruct
covenants: APICovenantItem[]