Skip to main content

Entity

@fovea/server


@fovea/server / models/types / Entity

Interface: Entity

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

Extended by

Properties

createdAt

createdAt: string

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


description

description: GlossItem[]

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


id

id: string

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


metadata

metadata: object

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

alternateNames?

optional alternateNames: string[]

externalIds?

optional externalIds: Record<string, string>

properties?

optional properties: Record<string, unknown>


name

name: string

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


typeAssignments

typeAssignments: EntityTypeAssignment[]

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


updatedAt

updatedAt: string

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