Type Alias: SelectMessageRouting
Makaio Framework / services-core / SelectMessageRouting
Type Alias: SelectMessageRouting
Section titled “Type Alias: SelectMessageRouting”SelectMessageRouting = typeof
messageRouting.$inferSelect
Defined in: ../../../packages/services/core/src/session/message-routing/schema.ts:75
Type for a selected routing entry row.
Type Composition
Section titled “Type Composition”SelectMessageRoutingtypeof messageRouting.$inferSelect
Resolved Shape
Section titled “Resolved Shape”type SelectMessageRouting = { error: string | null; agentId: string; messageId: string; status: 'completed' | 'acknowledged' | 'sent'; timestamp: number;};