mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 15:16:01 +00:00
SYNC: chart - detect data types
This commit is contained in:
@@ -72,6 +72,7 @@ export interface ChartDateParsed {
|
||||
|
||||
export interface ChartAvailableColumn {
|
||||
field: string;
|
||||
dataType: 'none' | 'string' | 'number' | 'date' | 'mixed';
|
||||
}
|
||||
|
||||
export interface ProcessedChart {
|
||||
|
||||
Reference in New Issue
Block a user