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

QuestionItem

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

A form item containing a single question.

interface QuestionItem {
image?: Image;
question?: Question;
}

§Properties

§
image?: Image
[src]

The image displayed within the question.

§
question?: Question
[src]

Required. The displayed question.