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

Text

import type { Text } from "https://googleapis.deno.dev/v1/driveactivity:v2.ts";

Wrapper for Text Field value.

interface Text {
value?: string;
}

§Properties

§
value?: string
[src]

Value of Text Field.