Type Alias: SelectMessage
Makaio Framework / services-core / SelectMessage
Type Alias: SelectMessage
Section titled “Type Alias: SelectMessage”SelectMessage = typeof
messages.$inferSelect
Defined in: ../../../packages/services/core/src/session/messages/schema.ts:132
Type for a selected message row.
Type Composition
Section titled “Type Composition”SelectMessagetypeof messages.$inferSelect
Resolved Shape
Section titled “Resolved Shape”type SelectMessage = { agentId: string | null; sessionId: string; adapterSessionId: string | null; role: 'user' | 'assistant'; blocks: string; messageId: string; turnId: string | null; origin: 'text' | 'voice' | 'compact' | null; timestamp: number; contentText: string; adapterMessageId: string | null; editOf: string | null;};