fix(core): update

This commit is contained in:
2021-09-17 22:34:15 +02:00
parent 236c8c6551
commit aeb35705d4
4 changed files with 27 additions and 31 deletions

View File

@ -47,6 +47,7 @@ export class SmartDataDbDoc<T extends TImplements, TImplements, TManager extends
*/
public static collection: SmartdataCollection<any>;
public collection: SmartdataCollection<any>;
public static defaultManager;
public static manager;
public manager: TManager;