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

GoogleChromePolicyVersionsV1NumericRangeConstraint

import type { GoogleChromePolicyVersionsV1NumericRangeConstraint } from "https://googleapis.deno.dev/v1/chromepolicy:v1.ts";

A constraint on upper and/or lower bounds, with at least one being set.

interface GoogleChromePolicyVersionsV1NumericRangeConstraint {
maximum?: bigint;
minimum?: bigint;
}

§Properties

§
maximum?: bigint
[src]

Maximum value.

§
minimum?: bigint
[src]

Minimum value.