Variable: CloudHandlerResultValidators
const CloudHandlerResultValidators: Readonly<{
backupEntry: IpcResultValidator<CloudBackupEntry>;
backupEntryArray: IpcResultValidator<CloudBackupEntry[]>;
backupMigrationResult: IpcResultValidator<CloudBackupMigrationResult>;
restoreBackup: IpcResultValidator<SerializedDatabaseRestoreResult>;
statusSummary: IpcResultValidator<CloudStatusSummary>;
syncResetPreview: IpcResultValidator<CloudSyncResetPreview>;
syncResetResult: IpcResultValidator<CloudSyncResetResult>;
}>;
Defined in: electron/services/ipc/validators/cloud.ts:76