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

CreateItemRequest

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

Create an item in a form.

interface CreateItemRequest {
item?: Item;
location?: Location;
}

§Properties

§
item?: Item
[src]

Required. The item to create.

§
location?: Location
[src]

Required. Where to place the new item.