Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
type | String | ✓ | |
projectId | String | - | |
organizationId | String | - | |
sessionId | String | - | |
userId | String | - | |
payload | Json | - |
Diagram
mermaiderDiagram InteractionEvent { id String [PK] type String projectId String? organizationId String? sessionId String? userId String? payload Json? }
Was this page helpful?