Move command

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-08-13 00:08:42 +02:00
parent 8aef98807f
commit bc8607eb72
8 changed files with 586 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export interface ScheduledTask {
id: string
type: 'delete' | 'sync' | 'copy'
type: 'delete' | 'sync' | 'copy' | 'move'
cron: string
isRunning: boolean
isEnabled: boolean