Type Alias: SelectSessionEvent
Makaio Framework / services-core / SelectSessionEvent
Type Alias: SelectSessionEvent
Section titled “Type Alias: SelectSessionEvent”SelectSessionEvent = typeof
sessionEvents.$inferSelect
Defined in: ../../../packages/services/core/src/session/session-events/schema.ts:128
Type for a selected session event row.
Type Composition
Section titled “Type Composition”SelectSessionEventtypeof sessionEvents.$inferSelect
Resolved Shape
Section titled “Resolved Shape”type SelectSessionEvent = { type: string; agentId: string | null; sessionId: string; adapterId: string | null; messageId: string | null; turnId: string | null; id: number; payload: string; eventId: string; timestamp: number; contentText: string | null; originatingMessageId: string | null;};