Files
flynn/src/backup/index.ts
T

3 lines
181 B
TypeScript

export { runBackupSnapshot, backupInternals, type BackupRunOptions, type BackupResult } from './run.js';
export { BackupScheduler, type BackupSchedulerDeps } from './scheduler.js';