@dbs-portal/module-tenant-management
Version:
Tenant management and multi-tenancy support module
7 lines • 300 B
TypeScript
/**
* TenantBackupManager Component - Manage tenant backups and restore operations
*/
import React from 'react';
import type { TenantBackupManagerProps } from '../types';
export declare const TenantBackupManager: React.FC<TenantBackupManagerProps>;
//# sourceMappingURL=TenantBackupManager.d.ts.map