Move command
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
export interface ScheduledTask {
|
||||
id: string
|
||||
type: 'delete' | 'sync' | 'copy'
|
||||
type: 'delete' | 'sync' | 'copy' | 'move'
|
||||
cron: string
|
||||
isRunning: boolean
|
||||
isEnabled: boolean
|
||||
|
||||
Reference in New Issue
Block a user