UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 204 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyGender} */ export declare const DestinyGender: { readonly Male: 0; readonly Female: 1; readonly Unknown: 2; };