Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/ServerBackupReport.d.ts
T

5 lines
88 B
TypeScript

export type ServerBackupReport = {
attempted: boolean;
error: string | null;
};