Skip to content

Variable: CLIDetectionResultSchema

Makaio Framework


Makaio Framework / services-core/cli-detection/namespace / CLIDetectionResultSchema

const CLIDetectionResultSchema: ZodObject<{ binary: ZodString; found: ZodBoolean; path: ZodOptional<ZodString>; version: ZodOptional<ZodString>; }, $strip>

Defined in: ../../../packages/services/core/src/cli-detection/namespace.ts:11

Detection result for a single CLI binary.