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

StaticRouteConfig

import type { StaticRouteConfig } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";
interface StaticRouteConfig {
lastUpdated?: Date;
routeConfig?: {
[key: string]: any;
}
;
}

§Properties

§
lastUpdated?: Date
[src]

The timestamp when the Route was last updated.

§
routeConfig?: {
[key: string]: any;
}
[src]

The route config.