UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 222 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.Advanced.AwaUserSelection} */ export declare const AwaUserSelection: { readonly None: 0; readonly Rejected: 1; readonly Approved: 2; };