Type Alias: ClientSessionTurnStarted
Makaio Framework / contracts/client / ClientSessionTurnStarted
Type Alias: ClientSessionTurnStarted
Section titled “Type Alias: ClientSessionTurnStarted”ClientSessionTurnStarted =
z.infer<typeofClientSessionTurnStartedSchema>
Defined in: ../../../packages/contracts/src/client/session-observed.ts:85
Type Composition
Section titled “Type Composition”ClientSessionTurnStartedz.infer<typeof ClientSessionTurnStartedSchema>typeof ClientSessionTurnStartedSchema
Resolved Shape
Section titled “Resolved Shape”type ClientSessionTurnStarted = { clientId: string; source: string; observedAt: number; sessionId?: string | undefined; adapterSessionId?: string | undefined; metadata?: Record<string, unknown> | undefined;};