Type Alias: ScanResponse
type ScanResponse = z.infer<typeof ScanResponseSchema>;
Defined in: src/models/scan-response.ts:140
Complete scan response with verdict, action, and detection details.
type ScanResponse = z.infer<typeof ScanResponseSchema>;
Defined in: src/models/scan-response.ts:140
Complete scan response with verdict, action, and detection details.