@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 356 B
TypeScript
/** How to round the boosted points. Defaults to 'down'. */
export declare const CreatePointsBoostRequestItemRounding: {
readonly Down: "down";
readonly Up: "up";
readonly Nearest: "nearest";
};
export type CreatePointsBoostRequestItemRounding = (typeof CreatePointsBoostRequestItemRounding)[keyof typeof CreatePointsBoostRequestItemRounding];