@devtable/dashboard 14.45.2 → 14.46.0

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.
@@ -8512,5 +8512,6 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
8512
8512
  replaceByIndex(index: number, replacement: QueryRenderModelInstance): void;
8513
8513
  removeQuery(queryID: string): void;
8514
8514
  removeQueries(queryIDs: string[]): void;
8515
+ duplicateByID(id: string): string | undefined;
8515
8516
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
8516
8517
  export type QueriesModelInstance = Instance<typeof QueriesModel>;