Skip to main content

EntityType

@fovea/annotation-tool


@fovea/annotation-tool / models/types / EntityType

Interface: EntityType

Defined in: src/models/types.ts:23

Properties

constraints?

optional constraints: TypeConstraint[]

Defined in: src/models/types.ts:31


createdAt

createdAt: string

Defined in: src/models/types.ts:33


examples?

optional examples: string[]

Defined in: src/models/types.ts:32


gloss

gloss: GlossItem[]

Defined in: src/models/types.ts:26


id

id: string

Defined in: src/models/types.ts:24


importedAt?

optional importedAt: string

Defined in: src/models/types.ts:30


importedFrom?

optional importedFrom: "wikidata" | "persona"

Defined in: src/models/types.ts:29


name

name: string

Defined in: src/models/types.ts:25


updatedAt

updatedAt: string

Defined in: src/models/types.ts:34


wikidataId?

optional wikidataId: string

Defined in: src/models/types.ts:27


wikidataUrl?

optional wikidataUrl: string

Defined in: src/models/types.ts:28