fix(core): update

This commit is contained in:
Philipp Kunz 2021-06-09 15:37:49 +02:00
parent 8b2beb3485
commit df2fadfa01

View File

@ -47,7 +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 static manager;;
public manager: TManager;
/**