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

NumericRangeFilterValue

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

The value input pf the numeric range filter.

interface NumericRangeFilterValue {
Parameter?: string | null;
StaticValue?: number | null;
}

§Properties

§
Parameter?: string | null
[src]

The parameter that is used in the numeric range.

§
StaticValue?: number | null
[src]

The static value of the numeric range filter.