Skip to content

Commit 1aaa344

Browse files
committed
Update dataframe types
1 parent aeb4e78 commit 1aaa344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/datatools/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export interface PlotDataType {
3-
[method: string]: [number[] | string[], number[]];
3+
[method: string]: [(number | string)[], (number | null)[]];
44
}
55

66
export interface PlotDataSet {

0 commit comments

Comments
 (0)