export type DefaultLabel = string | number | boolean; export type DefaultValue = string | number | boolean; type DefaultKey = string | number; export interface DataSourceNode