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

BinCountOptions

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

The options that determine the bin count of a histogram.

interface BinCountOptions {
Value?: number | null;
}

§Properties

§
Value?: number | null
[src]

The options that determine the bin count value.