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

Response

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

A single response from an update.

interface Response {
createItem?: CreateItemResponse;
}

§Properties

§

The result of creating an item.