Interface APIMountIndex

Mount Index

/data/wow/mount/index

interface APIMountIndex {
    _links: linksStruct;
    mounts: refStruct[];
}

Properties

Properties

_links: linksStruct
mounts: refStruct[]