Type Alias: ClientUpdateResponse
Makaio Framework / contracts/client / ClientUpdateResponse
Type Alias: ClientUpdateResponse
Section titled “Type Alias: ClientUpdateResponse”ClientUpdateResponse =
z.infer<typeofClientUpdateSchema.response>
Defined in: ../../../packages/contracts/src/client/binary-management.ts:184
Type Composition
Section titled “Type Composition”ClientUpdateResponsez.infer<typeof ClientUpdateSchema.response>typeof ClientUpdateSchema.response
Resolved Shape
Section titled “Resolved Shape”type ClientUpdateResponse = { jobId: string; resolvedVersion: string | null;};