Variable: McEntrySchema
const McEntrySchema: ZodObject<{
file_type: ZodOptional<ZodString>;
code_sha256: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
file_type: ZodOptional<ZodString>;
code_sha256: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
file_type: ZodOptional<ZodString>;
code_sha256: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/detection-reports.ts:33
Zod schema for a malicious code analysis entry.