Type documenting

This commit is contained in:
barsdeveloper
2022-03-09 23:12:55 +01:00
parent 0fa868851d
commit 3409edff89
5 changed files with 22 additions and 0 deletions

View File

@@ -8,4 +8,7 @@ export default class PinReferenceEntity extends IEntity {
objectName: PathSymbolEntity,
pinGuid: GuidEntity
}
/** @type {PathSymbolEntity} */ objectName
/** @type {GuidEntity} */ pinGuid
}