Type Alias: SelectAdapterSession
Makaio Framework / services-core / SelectAdapterSession
Type Alias: SelectAdapterSession
Section titled “Type Alias: SelectAdapterSession”SelectAdapterSession = typeof
adapterSessions.$inferSelect
Defined in: ../../../packages/services/core/src/session/adapter-sessions/schema.ts:116
Type for a selected adapter session row.
Type Composition
Section titled “Type Composition”SelectAdapterSessiontypeof adapterSessions.$inferSelect
Resolved Shape
Section titled “Resolved Shape”type SelectAdapterSession = { sessionId: string | null; adapterName: string; adapterSessionId: string; model: string | null; cwd: string | null; kind: 'fork' | 'root' | 'subagent' | 'compress'; parentAdapterSessionId: string | null; forkPointMessageId: string | null; status: 'discovered' | 'imported' | 'live' | 'tracking'; startedAt: number; logFilePath: string | null; discoveredAt: number;};