UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

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