fix(core): update

This commit is contained in:
Philipp Kunz 2021-06-09 15:38:14 +02:00
parent b9f9b36b87
commit bb81530dac

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