Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UrlsSearchOptions

import type { UrlsSearchOptions } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";

Additional options for SafeBrowsing#urlsSearch.

interface UrlsSearchOptions {
urls?: string;
}

§Properties

§
urls?: string
[src]

Required. The URLs to be looked up. Clients MUST NOT send more than 50 URLs.