Suppress warnings for KnotEntity creation

This commit is contained in:
barsdeveloper
2022-12-17 09:56:25 +01:00
parent 479db1e987
commit 6bf1174c38
6 changed files with 69 additions and 53 deletions

View File

@@ -83,8 +83,8 @@ export default class PinEntity extends IEntity {
: entity
}
constructor(values = {}) {
super(values)
constructor(values = {}, suppressWarns = false) {
super(values, suppressWarns)
/** @type {GuidEntity} */ this.PinId
/** @type {String} */ this.PinName
/** @type {LocalizedTextEntity | String} */ this.PinFriendlyName