hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
raw
history blame
215 Bytes
import { RangeTypes } from "mlchartlib";
export interface IBinnedResponse {
hasError: boolean;
array: Array<number | string>;
labelArray: string[];
featureIndex: number;
rangeType: RangeTypes;
}