feat: rrule format for x days repeat

This commit is contained in:
2026-07-20 13:41:47 +02:00
parent ca18d3b9e2
commit 40a8d02cd7
11 changed files with 317 additions and 168 deletions
+3
View File
@@ -1,8 +1,11 @@
export enum CronType {
MANUAL,
EVERY_DAY,
EVERY_N_DAYS,
EVERY_WEEK,
EVERY_N_WEEKS,
EVERY_MONTH,
EVERY_N_MONTHS,
EVERY_YEAR,
CUSTOM,
ONE_TIME,