UrlSafetyPayload: Payload<Omit<UrlPayload, "schema"> & {
    threatTypes?: UrlSafetyThreatType[];
}, UrlSafetySchema>

Generated using TypeDoc