Type Alias: RuleEvaluationResponse
type RuleEvaluationResponse = z.infer<typeof RuleEvaluationResponseSchema>;
Defined in: src/models/model-security.ts:276
A single rule evaluation result for a scan.
type RuleEvaluationResponse = z.infer<typeof RuleEvaluationResponseSchema>;
Defined in: src/models/model-security.ts:276
A single rule evaluation result for a scan.