Type Alias: ViolationResponse
type ViolationResponse = z.infer<typeof ViolationResponseSchema>;
Defined in: src/models/model-security.ts:315
A single violation with detailed rule information.
type ViolationResponse = z.infer<typeof ViolationResponseSchema>;
Defined in: src/models/model-security.ts:315
A single violation with detailed rule information.