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

ListWatchesResponse

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

The response of a ListWatchesRequest.

interface ListWatchesResponse {
watches?: Watch[];
}

§Properties

§
watches?: Watch[]
[src]

The returned watches.