bungie-net-core
Version:
An easy way to interact with the Bungie.net API
11 lines (10 loc) • 359 B
TypeScript
/**
* There's a lot of places where we need to know scope on more than just a profile
* or character level. For everything else, there's this more generic sense of
* scope.
* @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyScope}
*/
export declare const DestinyScope: {
readonly Profile: 0;
readonly Character: 1;
};