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

FilterExpressionList

import type { FilterExpressionList } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

A list of filter expressions.

interface FilterExpressionList {
expressions?: FilterExpression[];
}

§Properties

§
expressions?: FilterExpression[]
[src]

A list of filter expressions.