Skip to main content

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

TagGraphEntity.category


id

id: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:11

Inherited from

TagGraphEntity.id


name

name: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:12

Inherited from

TagGraphEntity.name


nation?

optional nation?: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:23


notes?

optional notes?: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:14

Inherited from

TagGraphEntity.notes


roles?

optional roles?: string[]

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:24


tribe?

optional tribe?: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:22