UNPKG

gdata-vaas

Version:

An SDK to for G DATA VaaS. Verdicts as a service.

10 lines 408 B
import { Verdict } from "../Verdict"; export declare class VaasVerdict { sha256: string; verdict: Verdict; detection: string | undefined; file_type: string | undefined; mime_type: string | undefined; constructor(sha256: string, verdict: Verdict, detection: string | undefined, file_type: string | undefined, mime_type: string | undefined); } //# sourceMappingURL=vaas_verdict.d.ts.map