UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

16 lines (15 loc) 437 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Ignores.IgnoreLength} */ export declare const IgnoreLength: { readonly None: 0; readonly Week: 1; readonly TwoWeeks: 2; readonly ThreeWeeks: 3; readonly Month: 4; readonly ThreeMonths: 5; readonly SixMonths: 6; readonly Year: 7; readonly Forever: 8; readonly ThreeMinutes: 9; readonly Hour: 10; readonly ThirtyDays: 11; };