feat(restore): delete files not in snapshot option

This commit is contained in:
Nicolas Meienberger
2025-11-05 19:00:44 +01:00
parent ab997ef450
commit 99d4d46338
6 changed files with 33 additions and 7 deletions

View File

@@ -242,6 +242,7 @@ export const restoreSnapshotBody = type({
snapshotId: "string",
include: "string[]?",
exclude: "string[]?",
delete: "boolean?",
});
export type RestoreSnapshotBody = typeof restoreSnapshotBody.infer;