Files
rclone-ui/types/template.d.ts
T
FTCHDandGitHub 7a62659323 v3
can’t innovate my ass 

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
2025-12-07 18:42:44 +01:00

9 lines
235 B
TypeScript

import type { FlagValue } from './rclone'
export interface Template {
id: string
name: string
tags: ('copy' | 'sync' | 'move' | 'delete' | 'purge' | 'serve' | 'mount' | 'bisync')[]
options: Record<string, FlagValue>
}