@devtable/dashboard 14.31.0 → 14.31.1

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.
@@ -325,8 +325,8 @@ export declare const QueryRenderModel: import("mobx-state-tree").IModelType<{
325
325
  readonly datasource: any;
326
326
  readonly additionalQueryInfo: TAdditionalQueryInfo;
327
327
  readonly depQueryModels: any;
328
- readonly depQueryModelStates: any;
329
- readonly depQueryModelStatesString: any;
328
+ readonly depQueryModelStates: QueryStateType[];
329
+ readonly depQueryModelStatesString: string;
330
330
  } & {
331
331
  readonly stateMessage: string;
332
332
  } & {