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

Feedback

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

Feedback for a respondent about their response to a question.

interface Feedback {
material?: ExtraMaterial[];
text?: string;
}

§Properties

§
material?: ExtraMaterial[]
[src]

Additional information provided as part of the feedback, often used to point the respondent to more reading and resources.

§
text?: string
[src]

Required. The main text of the feedback.