UNPKG

@trophyso/node

Version:
8 lines (7 loc) 330 B
/** Updated rounding strategy. */ export declare const PatchPointsBoostsRequestItemRounding: { readonly Down: "down"; readonly Up: "up"; readonly Nearest: "nearest"; }; export type PatchPointsBoostsRequestItemRounding = (typeof PatchPointsBoostsRequestItemRounding)[keyof typeof PatchPointsBoostsRequestItemRounding];