UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OAuthApplicationType = void 0; const OAuthApplicationType = { None: 0, Confidential: 1, Public: 2 }; exports.OAuthApplicationType = OAuthApplicationType;