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

SitesUrlInfo

import type { SitesUrlInfo } from "https://googleapis.deno.dev/v1/vault:v1.ts";

The published site URLs of new Google Sites to search

interface SitesUrlInfo {
urls?: string[];
}

§Properties

§
urls?: string[]
[src]

A list of published site URLs.