Interface: PersonEntity
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:20
Person entity with additional fields
Extends
Properties
category
category:
"people"
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:21
Overrides
id
id:
string
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:11
Inherited from
name
name:
string
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:12
Inherited from
nation?
optionalnation?:string
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:23
notes?
optionalnotes?:string
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:14
Inherited from
roles?
optionalroles?:string[]
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:24
tribe?
optionaltribe?:string
Defined in: Data/Models/TagGraph/TagGraphEntity.ts:22