/** The status of the boost. */exportdeclareconstAdminPointsBoostStatus: {
readonlyActive: "active";
readonlyScheduled: "scheduled";
readonlyFinished: "finished";
};
exporttypeAdminPointsBoostStatus = (typeofAdminPointsBoostStatus)[keyof typeofAdminPointsBoostStatus];