Files
tout-doux/resources/ts/enums.ts
T
klemek d969b9e21b
TS Lint / Oxlint (push) Successful in 44s
TS Lint / TypeScript (push) Successful in 49s
TS Lint / ESLint (push) Successful in 52s
feat: store options in cookies
2026-07-12 17:46:21 +02:00

17 lines
217 B
TypeScript

export enum CronType {
ONE_TIME,
EVERY_DAY,
EVERY_WEEK,
EVERY_MONTH,
EVERY_YEAR,
SPECIFIC,
}
export enum SortType {
CREATED_AT,
UPDATED_AT,
CHECK_DATE,
RESET_DATE,
NAME,
}