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

TextList

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

Wrapper for Text List Field value.

interface TextList {
values?: Text[];
}

§Properties

§
values?: Text[]
[src]

Text values.