Type Alias: ClientResolveBinaryRequest
Makaio Framework / contracts/client / ClientResolveBinaryRequest
Type Alias: ClientResolveBinaryRequest
Section titled “Type Alias: ClientResolveBinaryRequest”ClientResolveBinaryRequest =
z.infer<typeofClientResolveBinarySchema.request>
Defined in: ../../../packages/contracts/src/client/binary-resolution.ts:64
Type Composition
Section titled “Type Composition”ClientResolveBinaryRequestz.infer<typeof ClientResolveBinarySchema.request>typeof ClientResolveBinarySchema.request
Resolved Shape
Section titled “Resolved Shape”type ClientResolveBinaryRequest = { clientId: string; sessionId?: string | undefined; projectDir?: string | undefined; preferSource?: 'managed' | 'global' | undefined; harnessId?: string | undefined;};