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

Interface dataNumberBox

packages/web/src/types.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export type dataFieldArray = string | string[];
8
9export interface dataNumberBox {
10 label?: string;
11 start: number;
12 end: number;
13}
14
15export type date = string | string[];
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected