| 7 | export type dataFieldArray = string | string[]; |
| 8 | |
| 9 | export interface dataNumberBox { |
| 10 | label?: string; |
| 11 | start: number; |
| 12 | end: number; |
| 13 | } |
| 14 | |
| 15 | export type date = string | string[]; |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected