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

BucketInfo

import type { BucketInfo } from "https://aws-api.deno.dev/v0.3/services/cloudsearchdomain.ts?docs=full";

A container for the calculated facet values and counts.

interface BucketInfo {
buckets?: Bucket[] | null;
}

§Properties

§
buckets?: Bucket[] | null
[src]

A list of the calculated facet values and counts.