Interface APIGuildCrestComponentsIndex

Guild Crest Components Index

/data/wow/guild-crest/index

interface APIGuildCrestComponentsIndex {
    _links: linksStruct;
    borders: { id: number; media: idkeyStruct }[];
    colors: {
        backgrounds: { id: number; rgba: rgbaColorStruct };
        borders: { id: number; rgba: rgbaColorStruct };
        emblems: { id: number; rgba: rgbaColorStruct };
    };
    emblems: { id: number; media: idkeyStruct }[];
}

Properties

_links: linksStruct
borders: { id: number; media: idkeyStruct }[]
colors: {
    backgrounds: { id: number; rgba: rgbaColorStruct };
    borders: { id: number; rgba: rgbaColorStruct };
    emblems: { id: number; rgba: rgbaColorStruct };
}
emblems: { id: number; media: idkeyStruct }[]