Type Alias: ClientSessionAccountObserveResponse
Makaio Framework / contracts / ClientSessionAccountObserveResponse
Type Alias: ClientSessionAccountObserveResponse
Section titled “Type Alias: ClientSessionAccountObserveResponse”ClientSessionAccountObserveResponse =
z.infer<typeofresponse>
Defined in: ../../../packages/contracts/src/client/account-identity.ts:171
Type Composition
Section titled “Type Composition”ClientSessionAccountObserveResponsez.infer<typeof ClientSessionAccountObserveSchema.response>typeof ClientSessionAccountObserveSchema.response
Resolved Shape
Section titled “Resolved Shape”type ClientSessionAccountObserveResponse = { handled: boolean; sessionId: string | null; clientAccountId: string | null; changed: boolean;};