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

SitesListResponse

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

List of sites with access level information.

interface SitesListResponse {
siteEntry?: WmxSite[];
}

§Properties

§
siteEntry?: WmxSite[]
[src]

Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.