| Name | Type | Description | Notes |
|---|---|---|---|
| buckets | Array<CountBucket> | [default to undefined] | |
| totalCount | number | [default to undefined] | |
| bucketIntervalMs | number | [default to undefined] |
import { CountBucketsResult } from 'launchdarkly-api-typescript';
const instance: CountBucketsResult = {
buckets,
totalCount,
bucketIntervalMs,
};