fix(core): update

This commit is contained in:
2022-06-05 17:18:13 +02:00
parent 811e2490b8
commit fe065b966f
7 changed files with 22 additions and 44 deletions

View File

@@ -4,4 +4,6 @@ export * from './smartdata.classes.doc.js';
export * from './smartdata.classes.easystore.js';
export * from './smartdata.classes.cursor.js';
export type { IMongoDescriptor } from './interfaces/index.js';
import * as plugins from './smartdata.plugins.js';
type IMongoDescriptor = plugins.tsclass.database.IMongoDescriptor;
export type { IMongoDescriptor }