feat: sort list
TS Lint / Oxlint (push) Successful in 44s
TS Lint / TypeScript (push) Successful in 1m12s
TS Lint / ESLint (push) Successful in 1m13s

This commit is contained in:
2026-07-12 17:14:37 +02:00
parent c07aed8aea
commit d21a829f6b
5 changed files with 63 additions and 2 deletions
+8
View File
@@ -6,3 +6,11 @@ export enum CronType {
EVERY_YEAR = 5,
SPECIFIC = 6,
}
export enum SortType {
CREATED_AT = 1,
UPDATED_AT = 2,
CHECK_DATE = 3,
RESET_DATE = 4,
NAME = 5,
}