Skip to content

Type Alias: ClientResolveBinaryResponse

Makaio Framework


Makaio Framework / contracts/client / ClientResolveBinaryResponse

ClientResolveBinaryResponse = z.infer<typeof ClientResolveBinarySchema.response>

Defined in: ../../../packages/contracts/src/client/binary-resolution.ts:65

  • ClientResolveBinaryResponse
    • z.infer<typeof ClientResolveBinarySchema.response>
      • typeof ClientResolveBinarySchema.response
type ClientResolveBinaryResponse = {
binaryPath: string | null;
env: Record<string, string>;
configDir: string | null;
source: 'managed' | 'global';
version: string | null;
};