Skip to main content

@idpass/data-collect-core / EntityOverrideRecord

Interface: EntityOverrideRecord

Defined in: services/AssignmentService.ts:44

Represents an entity override record as stored in the database.

Properties

id

id: string

Defined in: services/AssignmentService.ts:45


entityGuid

entityGuid: string

Defined in: services/AssignmentService.ts:46


userId

userId: string

Defined in: services/AssignmentService.ts:47


tenantId

tenantId: string

Defined in: services/AssignmentService.ts:48


action

action: string

Defined in: services/AssignmentService.ts:49


createdAt?

optional createdAt: Date | null

Defined in: services/AssignmentService.ts:50