/** The status of the points boost */exportdeclareconstPointsBoostStatus: {
readonlyActive: "active";
readonlyScheduled: "scheduled";
readonlyFinished: "finished";
};
exporttypePointsBoostStatus = (typeofPointsBoostStatus)[keyof typeofPointsBoostStatus];