UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 219 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupPostPublicity} */ export declare const GroupPostPublicity: { readonly Public: 0; readonly Alliance: 1; readonly Private: 2; };