Skip to content

Variable: CLIDetectionSubjects

Makaio Framework


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

const CLIDetectionSubjects: BusSubjects<FlatSubjectDefinitions<"cliDetection", { scan: { request: ZodObject<{ binaries: ZodArray<ZodString>; }, $strip>; response: ZodObject<{ results: ZodArray<ZodObject<{ binary: ZodString; found: ZodBoolean; path: ZodOptional<ZodString>; version: ZodOptional<ZodString>; }, $strip>>; }, $strip>; }; }>, "cliDetection"> = CLIDetectionNamespace.subjects

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

Typed subjects for CLI detection operations.