fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-19 16:37:44 +00:00
parent 03baffd9fd
commit 97e82ed75a

View File

@ -41,7 +41,7 @@ export function unI() {
}; };
} }
export class SmartDataDbDoc<T, TImplements> { export class SmartDataDbDoc<T extends TImplements, TImplements> {
/** /**
* the collection object an Doc belongs to * the collection object an Doc belongs to
*/ */