UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 234 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupPotentialMemberStatus} */ export declare const GroupPotentialMemberStatus: { readonly None: 0; readonly Applicant: 1; readonly Invitee: 2; };