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

IntegerRestrictions

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

Restrictions on INTEGER type values.

interface IntegerRestrictions {
maxValue?: bigint;
minValue?: bigint;
}

§Properties

§
maxValue?: bigint
[src]

The maximum value that can be specified, if applicable.

§
minValue?: bigint
[src]

The minimum value that can be specified, if applicable.