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

StaticListener

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

Describes a statically loaded listener.

interface StaticListener {
lastUpdated?: Date;
listener?: {
[key: string]: any;
}
;
}

§Properties

§
lastUpdated?: Date
[src]

The timestamp when the Listener was last successfully updated.

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

The listener config.