Type Alias: SessionCreated
Makaio Framework / contracts / SessionCreated
Type Alias: SessionCreated
Section titled “Type Alias: SessionCreated”SessionCreated =
z.infer<typeofSessionCreatedEventSchema>
Defined in: ../../../packages/contracts/src/session/schemas/lifecycle-events.ts:446
Type Composition
Section titled “Type Composition”SessionCreatedz.infer<typeof SessionCreatedEventSchema>typeof SessionCreatedEventSchema
Resolved Shape
Section titled “Resolved Shape”type SessionCreated = { sessionId: string; parentSessionId: string | null; branchKind: 'fork' | 'subagent' | 'compress' | 'branch' | 'aside' | 'rewrite' | 'coordinator' | null; createdAt: number; originWindowId?: string | undefined;};