Skip to content

Type Alias: ClientRuntimeObserveResponse

Makaio Framework


Makaio Framework / contracts/client / ClientRuntimeObserveResponse

ClientRuntimeObserveResponse = z.infer<typeof ClientRuntimeObserveSchema.response>

Defined in: ../../../packages/contracts/src/client/runtime-observation.ts:124

  • ClientRuntimeObserveResponse
    • z.infer<typeof ClientRuntimeObserveSchema.response>
      • typeof ClientRuntimeObserveSchema.response
type ClientRuntimeObserveResponse = {
clientRuntimeId: string;
created: boolean;
promoted: boolean;
};