13 lines
265 B
TypeScript
13 lines
265 B
TypeScript
export { SmartdbDebugUi } from './smartdb-debugui.js';
|
|
|
|
// Re-export relevant types from the main module
|
|
export type {
|
|
IOpLogEntry,
|
|
IOpLogResult,
|
|
IOpLogStats,
|
|
IRevertResult,
|
|
ICollectionInfo,
|
|
IDocumentsResult,
|
|
ISmartDbMetrics,
|
|
} from '../ts/index.js';
|