interface PhishingAndMalware {
    kind: "phishing" | "malware";
    url: string;
}

Properties

Properties

kind: "phishing" | "malware"
url: string