Type Alias: SessionClientAccountChanged
Makaio Framework / contracts/session / SessionClientAccountChanged
Type Alias: SessionClientAccountChanged
Section titled “Type Alias: SessionClientAccountChanged”SessionClientAccountChanged =
z.infer<typeofSessionClientAccountChangedSchema>
Defined in: ../../../packages/contracts/src/session/schemas/events.ts:20
Type Composition
Section titled “Type Composition”SessionClientAccountChangedz.infer<typeof SessionClientAccountChangedSchema>typeof SessionClientAccountChangedSchema
Resolved Shape
Section titled “Resolved Shape”type SessionClientAccountChanged = { sessionId: string; clientId: string; previousClientAccountId: string | null; clientAccountId: string; source: string; observedAt: number; lastClientIdentityObservation: { clientId: string; source: string; kind: string; observedAt: number; payload: Record<string, unknown>; };};