add relevant type information
This commit is contained in:
@@ -44,6 +44,9 @@ export class ContentType {
|
||||
* @param {AbstractType<YEvent>} type
|
||||
*/
|
||||
constructor (type) {
|
||||
/**
|
||||
* @type {AbstractType<any>}
|
||||
*/
|
||||
this.type = type
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user