/** The time unit. Only present for time triggers. */exportdeclareconstAdminPointsTriggerTimeUnit: {
readonlyHours: "hours";
readonlyDays: "days";
};
exporttypeAdminPointsTriggerTimeUnit = (typeofAdminPointsTriggerTimeUnit)[keyof typeofAdminPointsTriggerTimeUnit];