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

TimeQuestion

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

A time question.

interface TimeQuestion {
duration?: boolean;
}

§Properties

§
duration?: boolean
[src]

true if the question is about an elapsed time. Otherwise it is about a time of day.