mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: add type checking in plugin test directory (#19387)
This commit is contained in:
@@ -53,7 +53,8 @@ export const DEFAULT_FORM_DATA: BoxPlotQueryFormData = {
|
||||
...DEFAULT_TITLE_FORM_DATA,
|
||||
};
|
||||
|
||||
export interface EchartsBoxPlotChartProps extends ChartProps {
|
||||
export interface EchartsBoxPlotChartProps
|
||||
extends ChartProps<BoxPlotQueryFormData> {
|
||||
formData: BoxPlotQueryFormData;
|
||||
queriesData: ChartDataResponseResult[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user