@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 338 B
TypeScript
/** The rounding method applied to boosted points. */
export declare const PointsBoostWebhookPayloadRounding: {
readonly Down: "down";
readonly Up: "up";
readonly Nearest: "nearest";
};
export type PointsBoostWebhookPayloadRounding = (typeof PointsBoostWebhookPayloadRounding)[keyof typeof PointsBoostWebhookPayloadRounding];