Type Alias: SessionDiscovered
Makaio Framework / contracts / SessionDiscovered
Type Alias: SessionDiscovered
Section titled “Type Alias: SessionDiscovered”SessionDiscovered =
z.infer<typeofSessionDiscoveredSchema>
Defined in: ../../../packages/contracts/src/adapter/schemas/session-discovered.ts:39
Type Composition
Section titled “Type Composition”SessionDiscoveredz.infer<typeof SessionDiscoveredSchema>typeof SessionDiscoveredSchema
Resolved Shape
Section titled “Resolved Shape”type SessionDiscovered = { adapterId: string; adapterName: string; model: string | null; cwd: string | null; adapterSessionId: string; title?: string | undefined; logFilePath?: string | null | undefined; startedAt?: number | undefined; kind: 'fork' | 'root' | 'subagent' | 'compress'; parentAdapterSessionId: string | null; forkPointMessageId: string | null;};