zerobyte/packages/core/src/restic/index.ts
Nico 8fedeef4d1
feat: add restore agent RPC foundation (#929)
* feat: add restore agent RPC foundation

* chore: temp event handlers

* refactor: export restore progress from dto file
2026-05-31 19:39:20 +02:00

13 lines
285 B
TypeScript

export * from "./schemas";
export * from "./restic-dto";
export { isResticError, ResticError, ResticLockError } from "./error";
export type {
ResticDeps,
ResticEnv,
RetentionPolicy,
ForgetGroup,
ForgetReason,
ResticDumpStream,
ResticForgetResponse,
Snapshot,
} from "./types";