feat(rustdb): extract service API logic into a dedicated Rust module and expose shared service types
This commit is contained in:
@@ -21,6 +21,10 @@ export type {
|
||||
ICollectionInfo,
|
||||
IDocumentsResult,
|
||||
ISmartDbMetrics,
|
||||
} from './rust-db-bridge.js';
|
||||
|
||||
// Export service API types
|
||||
export type {
|
||||
ISmartDbHealth,
|
||||
ISmartDbDatabaseTenantInput,
|
||||
ISmartDbDeleteDatabaseTenantInput,
|
||||
@@ -31,4 +35,4 @@ export type {
|
||||
ISmartDbDatabaseExport,
|
||||
ISmartDbImportDatabaseInput,
|
||||
ISmartDbImportDatabaseResult,
|
||||
} from './rust-db-bridge.js';
|
||||
} from './service-types.js';
|
||||
|
||||
Reference in New Issue
Block a user