Skip to content

Type Alias: ClientInstallResponse

Makaio Framework


Makaio Framework / contracts/client / ClientInstallResponse

ClientInstallResponse = z.infer<typeof ClientInstallSchema.response>

Defined in: ../../../packages/contracts/src/client/binary-management.ts:127

  • ClientInstallResponse
    • z.infer<typeof ClientInstallSchema.response>
      • typeof ClientInstallSchema.response
type ClientInstallResponse = {
jobId: string;
requestedVersion: string | null;
resolvedVersion: string | null;
};