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

TextAnswers

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

A question's answers as text.

interface TextAnswers {
readonly answers?: TextAnswer[];
}

§Properties

§
readonly answers?: TextAnswer[]
[src]

Output only. Answers to a question. For multiple-value ChoiceQuestions, each answer is a separate value.