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

OrMatcher

import type { OrMatcher } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

Specifies a list of alternatives for the match.

interface OrMatcher {
valueMatchers?: ValueMatcher[];
}

§Properties

§
valueMatchers?: ValueMatcher[]
[src]