Type Alias: DetectionServiceResult
type DetectionServiceResult = z.infer<typeof DetectionServiceResultSchema>;
Defined in: src/models/detection.ts:59
Individual detection service result with verdict, action, and details.
type DetectionServiceResult = z.infer<typeof DetectionServiceResultSchema>;
Defined in: src/models/detection.ts:59
Individual detection service result with verdict, action, and details.