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

AxisDisplayMinMaxRange

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

The minimum and maximum setup for an axis display range.

interface AxisDisplayMinMaxRange {
Maximum?: number | null;
Minimum?: number | null;
}

§Properties

§
Maximum?: number | null
[src]

The maximum setup for an axis display range.

§
Minimum?: number | null
[src]

The minimum setup for an axis display range.