interface GoogleSafeBrowsingMatch {
    cacheDuration: string;
    platformType: string;
    threat: {
        url: string;
    };
    threatEntryType: string;
    threatType: string;
}

Properties

cacheDuration: string
platformType: string
threat: {
    url: string;
}

Type declaration

  • url: string
threatEntryType: string
threatType: string

Generated using TypeDoc