UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 269 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupApplicationResolveState} */ export declare const GroupApplicationResolveState: { readonly Unresolved: 0; readonly Accepted: 1; readonly Denied: 2; readonly Rescinded: 3; };