Type Alias: SelectTurn
Makaio Framework / services-core / SelectTurn
Type Alias: SelectTurn
Section titled “Type Alias: SelectTurn”SelectTurn = typeof
turns.$inferSelect
Defined in: ../../../packages/services/core/src/session/turns/schema.ts:94
Type for a selected turn row.
Type Composition
Section titled “Type Composition”SelectTurntypeof turns.$inferSelect
Resolved Shape
Section titled “Resolved Shape”type SelectTurn = { error: string | null; sessionId: string; turnId: string; usage: string | null; status: 'error' | 'completed' | 'active'; startedAt: number; turnNumber: number; completedAt: number | null;};