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

PublishState

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

The publishing state of a form.

interface PublishState {
isAcceptingResponses?: boolean;
isPublished?: boolean;
}

§Properties

§
isAcceptingResponses?: boolean
[src]

Required. Whether the form accepts responses. If is_published is set to false, this field is forced to false.

§
isPublished?: boolean
[src]

Required. Whether the form is published and visible to others.