bungie-net-core
Version:
An easy way to interact with the Bungie.net API
11 lines (10 loc) • 361 B
TypeScript
/**
* Used for setting the guided game permission level override (admins and founders
* can always host guided games).
* @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.HostGuidedGamesPermissionLevel}
*/
export declare const HostGuidedGamesPermissionLevel: {
readonly None: 0;
readonly Beginner: 1;
readonly Member: 2;
};