Skip to content

Type Alias: SelectSessionEvent

Makaio Framework


Makaio Framework / services-core / 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 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;
};