@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 330 B
TypeScript
/** Updated rounding strategy. */
export declare const PatchPointsBoostsRequestItemRounding: {
readonly Down: "down";
readonly Up: "up";
readonly Nearest: "nearest";
};
export type PatchPointsBoostsRequestItemRounding = (typeof PatchPointsBoostsRequestItemRounding)[keyof typeof PatchPointsBoostsRequestItemRounding];