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;
}import type { PublishState } from "https://googleapis.deno.dev/v1/forms:v1.ts";
The publishing state of a form.