import { Domain } from "../../.."; export interface IBackupTask { run(): Promise; } export interface IRestoreTask { run(): Promise; }