@databrainhq/plugin 0.11.25 → 0.11.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -216,6 +216,7 @@ export type DashboardType = {
216
216
  export type FloatingDropDownOption = {
217
217
  key?: string;
218
218
  label: string;
219
+ labelType?: string;
219
220
  value: string;
220
221
  };
221
222
  export type FilterType = {