Merge pull request #376 from fson/yevent-target-type

Add more accurate typing for YEvent.target
This commit is contained in:
Kevin Jahns
2022-03-02 13:18:00 +01:00
committed by GitHub
9 changed files with 15 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ export const YXmlTextRefID = 6
*/
export class ContentType {
/**
* @param {AbstractType<YEvent>} type
* @param {AbstractType<any>} type
*/
constructor (type) {
/**