UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 276 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Fireteam.FireteamDateRange} */ export declare const FireteamDateRange: { readonly All: 0; readonly Now: 1; readonly TwentyFourHours: 2; readonly FortyEightHours: 3; readonly ThisWeek: 4; };