TrafficSplit
import type { TrafficSplit } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
The traffic allocation for the backend.
interface TrafficSplit {
build?: string;
percent?: number;
}import type { TrafficSplit } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
The traffic allocation for the backend.