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

@@ -18,6 +18,8 @@ export default class GuidEntity extends IEntity {
return new GuidEntity({ valud: guid })
}
/** @type {String} */ value
toString() {
return this.value
}