UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

6 lines (5 loc) 173 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupType} */ export declare const GroupType: { readonly General: 0; readonly Clan: 1; };