MCPcopy
hub / github.com/dyad-sh/dyad / BackupManagerOptions

Interface BackupManagerOptions

src/backup_manager.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const MAX_BACKUPS = 3;
12
13interface BackupManagerOptions {
14 settingsFile: string;
15 dbFile: string;
16}
17
18interface BackupMetadata {
19 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected