Type Alias: ClientInstallResponse
Makaio Framework / contracts/client / ClientInstallResponse
Type Alias: ClientInstallResponse
Section titled “Type Alias: ClientInstallResponse”ClientInstallResponse =
z.infer<typeofClientInstallSchema.response>
Defined in: ../../../packages/contracts/src/client/binary-management.ts:127
Type Composition
Section titled “Type Composition”ClientInstallResponsez.infer<typeof ClientInstallSchema.response>typeof ClientInstallSchema.response
Resolved Shape
Section titled “Resolved Shape”type ClientInstallResponse = { jobId: string; requestedVersion: string | null; resolvedVersion: string | null;};