Type Alias: SessionLineage
Makaio Framework / contracts/adapter/schemas/session-lineage / SessionLineage
Type Alias: SessionLineage
Section titled “Type Alias: SessionLineage”SessionLineage =
z.infer<typeofSessionLineageSchema>
Defined in: ../../../packages/contracts/src/adapter/schemas/session-lineage.ts:65
Type Composition
Section titled “Type Composition”SessionLineagez.infer<typeof SessionLineageSchema>typeof SessionLineageSchema
Resolved Shape
Section titled “Resolved Shape”type SessionLineage = { kind: 'fork' | 'root' | 'subagent' | 'compress'; parentAdapterSessionId: string | null; forkPointMessageId: string | null;};