UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 261 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupDateRange} */ export declare const GroupDateRange: { readonly All: 0; readonly PastDay: 1; readonly PastWeek: 2; readonly PastMonth: 3; readonly PastYear: 4; };