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