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

CommuteInfo

import type { CommuteInfo } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Commute details related to this job.

interface CommuteInfo {
jobLocation?: Location;
travelDuration?: number;
}

§Properties

§
jobLocation?: Location
[src]

Location used as the destination in the commute calculation.

§
travelDuration?: number
[src]

The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job isn't reachable within the requested duration, but was returned as part of an expanded query.