MCPcopy Index your code
hub / github.com/appbaseio/reactivesearch / range

Interface range

packages/web/src/types.ts:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39export type chartType = 'pie' | 'scatter' | 'histogram' | 'bar' | 'line';
40
41export interface range {
42 start: number;
43 end: number;
44}
45
46export interface rangeLabels {
47 start: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected