ravendb
Version:
RavenDB client for Node.js
5 lines • 304 B
TypeScript
import { ServerWideBackupConfiguration } from "../../ServerWide/Operations/Configuration/ServerWideBackupConfiguration.js";
export interface GetServerWideBackupConfigurationsResponse {
results: ServerWideBackupConfiguration[];
}
//# sourceMappingURL=GetServerWideBackupConfigurationsResponse.d.ts.map