| 74 | } |
| 75 | |
| 76 | export interface LoadObjectDataType { |
| 77 | data: object | Array<object> |
| 78 | type?: number; |
| 79 | index?: Array<string | number> |
| 80 | columns?: string[] |
| 81 | dtypes?: Array<string> |
| 82 | } |
| 83 | |
| 84 | export type AxisType = { |
| 85 | index: Array<string | number> |
nothing calls this directly
no outgoing calls
no test coverage detected