feat: one-time tasks

This commit is contained in:
2026-07-19 14:55:56 +02:00
parent dd7f0b5df7
commit 5c5e97faae
7 changed files with 47 additions and 18 deletions
+1
View File
@@ -5,6 +5,7 @@ export enum CronType {
EVERY_MONTH,
EVERY_YEAR,
CUSTOM,
ONE_TIME,
}
export enum SortType {