CertificateErrorEvent: NamedEvent & {
    certificate: Certificate;
    error: string;
    type: "certificate-error";
    url: string;
}

Generated using TypeDoc