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

StringList

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

Represents a list of strings.

interface StringList {
values?: string[];
}

§Properties

§
values?: string[]
[src]

The string values.