Type Alias: ClientRuntimeObserveResponse
Makaio Framework / contracts/client / ClientRuntimeObserveResponse
Type Alias: ClientRuntimeObserveResponse
Section titled “Type Alias: ClientRuntimeObserveResponse”ClientRuntimeObserveResponse =
z.infer<typeofClientRuntimeObserveSchema.response>
Defined in: ../../../packages/contracts/src/client/runtime-observation.ts:124
Type Composition
Section titled “Type Composition”ClientRuntimeObserveResponsez.infer<typeof ClientRuntimeObserveSchema.response>typeof ClientRuntimeObserveSchema.response
Resolved Shape
Section titled “Resolved Shape”type ClientRuntimeObserveResponse = { clientRuntimeId: string; created: boolean; promoted: boolean;};