bungie-net-core
Version:
An easy way to interact with the Bungie.net API
14 lines (13 loc) • 481 B
TypeScript
/**
* If the objective has a known UI label, this enumeration will represent it.
* @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyObjectiveUiStyle}
*/
export declare const DestinyObjectiveUiStyle: {
readonly None: 0;
readonly Highlighted: 1;
readonly CraftingWeaponLevel: 2;
readonly CraftingWeaponLevelProgress: 3;
readonly CraftingWeaponTimestamp: 4;
readonly CraftingMementos: 5;
readonly CraftingMementoTitle: 6;
};