/** If the trigger has type 'time', the unit of time after which to award points */exportdeclareconstPointsTriggerTimeUnit: {
readonlyHour: "hour";
readonlyDay: "day";
};
exporttypePointsTriggerTimeUnit = (typeofPointsTriggerTimeUnit)[keyof typeofPointsTriggerTimeUnit];