UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 211 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Applications.DeveloperRole} */ export declare const DeveloperRole: { readonly None: 0; readonly Owner: 1; readonly TeamMember: 2; };