Type Alias: ClientAccountObserveResponse
Makaio Framework / contracts/client / ClientAccountObserveResponse
Type Alias: ClientAccountObserveResponse
Section titled “Type Alias: ClientAccountObserveResponse”ClientAccountObserveResponse =
z.infer<typeofClientAccountObserveSchema.response>
Defined in: ../../../packages/contracts/src/client/account-identity.ts:153
Type Composition
Section titled “Type Composition”ClientAccountObserveResponsez.infer<typeof ClientAccountObserveSchema.response>typeof ClientAccountObserveSchema.response
Resolved Shape
Section titled “Resolved Shape”type ClientAccountObserveResponse = { clientAccountId: string; displayLabel?: string | undefined;};