UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 286 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyRecordValueStyle} */ export declare const DestinyRecordValueStyle: { readonly Integer: 0; readonly Percentage: 1; readonly Milliseconds: 2; readonly Boolean: 3; readonly Decimal: 4; };