This describes the payload required to set the phishing & malware status

interface MaliciousSiteStatus {
    kind: null | "phishing" | "malware" | "scam";
}

Properties

Properties

kind: null | "phishing" | "malware" | "scam"

Kind of threat detected