ML - Bug fixing (#13018)

* Fixing couple of bugs
This commit is contained in:
Leila Lali
2020-10-26 17:36:37 -07:00
committed by GitHub
parent 20ed569a71
commit eec6f64d62
10 changed files with 121 additions and 44 deletions

View File

@@ -6,6 +6,7 @@
export interface TableColumn {
columnName: string;
dataType?: string;
maxLength?: number;
}
export interface PredictColumn extends TableColumn {