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

TrafficSet

import type { TrafficSet } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";

A list of traffic splits that together represent where traffic is being routed.

interface TrafficSet {
splits?: TrafficSplit[];
}

§Properties

§

Required. The list of traffic splits.