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

Range

import type { Range } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The range of values that the property supports.

interface Range {
maximum?: number | null;
minimum?: number | null;
}

§Properties

§
maximum?: number | null
[src]

Maximum value supported by the field.

§
minimum?: number | null
[src]

Minimum value supported by the field.