UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 219 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupAllianceStatus} */ export declare const GroupAllianceStatus: { readonly Unallied: 0; readonly Parent: 1; readonly Child: 2; };