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/dataflow:v1b3.ts";

A metric value representing a list of strings.

interface StringList {
elements?: string[];
}

§Properties

§
elements?: string[]
[src]

Elements of the list.