UNPKG

@trophyso/node

Version:
8 lines (7 loc) 338 B
/** 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];