fix(core): update

This commit is contained in:
2021-06-09 14:55:55 +02:00
parent c241247845
commit 144a620f43
3 changed files with 11 additions and 0 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 manager: TManager;
public manager: TManager;
/**