Some documentation comments

This commit is contained in:
barsdeveloper
2022-03-09 23:11:40 +01:00
parent f613ea7924
commit 0fa868851d
12 changed files with 192 additions and 42 deletions

View File

@@ -1,11 +1,11 @@
import GuidEntity from "./GuidEntity"
import IEntity from "./IEntity"
import PathSymbol from "./PathSymbolEntity"
import PathSymbolEntity from "./PathSymbolEntity"
export default class PinReferenceEntity extends IEntity {
static attributes = {
objectName: PathSymbol,
objectName: PathSymbolEntity,
pinGuid: GuidEntity
}
}