editable schedule name, #101

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-12-29 19:06:47 +07:00
parent 625ce53b26
commit c4a442953a
8 changed files with 131 additions and 7 deletions
+1
View File
@@ -9,6 +9,7 @@ import type {
export type ScheduledTask = {
id: string
name?: string
cron: string
isRunning: boolean
isEnabled: boolean