StringListCopyimport 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.