Type Alias: ForkChildInfo
Makaio Framework / contracts / ForkChildInfo
Type Alias: ForkChildInfo
Section titled “Type Alias: ForkChildInfo”ForkChildInfo =
z.infer<typeofForkChildInfoSchema>
Defined in: ../../../packages/contracts/src/session/schemas/fork-child-info.ts:25
Type Composition
Section titled “Type Composition”ForkChildInfoz.infer<typeof ForkChildInfoSchema>typeof ForkChildInfoSchema
Resolved Shape
Section titled “Resolved Shape”type ForkChildInfo = { sessionId: string; title: string | null; forkPointMessageId: string | null; branchKind: 'fork' | 'subagent' | 'compress' | 'branch' | 'aside' | 'rewrite' | 'coordinator' | null; messageCount: number; hasChildren: boolean; spawningToolCallId?: string | undefined;};