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

CompensationRange

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

Compensation range.

interface CompensationRange {
maxCompensation?: Money;
minCompensation?: Money;
}

§Properties

§
maxCompensation?: Money
[src]

The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.

§
minCompensation?: Money
[src]

The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.