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

CompanyDerivedInfo

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

Derived details about the company.

interface CompanyDerivedInfo {
headquartersLocation?: Location;
}

§Properties

§
headquartersLocation?: Location
[src]

A structured headquarters location of the company, resolved from Company.headquarters_address if provided.