Type Alias: InsertMessageRouting
Makaio Framework / services-core / InsertMessageRouting
Type Alias: InsertMessageRouting
Section titled “Type Alias: InsertMessageRouting”InsertMessageRouting = typeof
messageRouting.$inferInsert
Defined in: ../../../packages/services/core/src/session/message-routing/schema.ts:70
Type for inserting a new routing entry.
Type Composition
Section titled “Type Composition”InsertMessageRoutingtypeof messageRouting.$inferInsert
Resolved Shape
Section titled “Resolved Shape”type InsertMessageRouting = { agentId: string; messageId: string; status: 'completed' | 'acknowledged' | 'sent'; timestamp: number; error?: string | null | undefined;};