UNPKG

@trophyso/node

Version:
8 lines (7 loc) 278 B
/** The status of the points boost */ export declare const PointsBoostStatus: { readonly Active: "active"; readonly Scheduled: "scheduled"; readonly Finished: "finished"; }; export type PointsBoostStatus = (typeof PointsBoostStatus)[keyof typeof PointsBoostStatus];