import "../ApiClient-fBZ10h6n.mjs"; import "../QueryFilterField-CqQvMUwu.mjs"; import "../QueryFilterOp-I6iNIMKZ.mjs"; import "../QueryFilter-QU-EfvQ4.mjs"; import { t as ChartFiltersOverrides_default } from "../ChartFiltersOverrides-BHwWh-RB.mjs"; //#region src/model/DashboardControllerPreviewRequest.d.ts type IDashboardControllerPreviewRequest = { chart: string; globalFilter: ChartFiltersOverrides_default; }; /** * @typedef {Object} IDashboardControllerPreviewRequest * @property {String} chart * @property {ChartFiltersOverrides} globalFilter */ /** * The DashboardControllerPreviewRequest model module. * @module model/DashboardControllerPreviewRequest * @type {IDashboardControllerPreviewRequest} */ declare class DashboardControllerPreviewRequest { /** * Initializes the fields of this object. * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). * Only for internal use. */ static initialize(obj: any, chart: any): void; /** * Constructs a DashboardControllerPreviewRequest from a plain JavaScript object, optionally creating a new instance. * Copies all relevant properties from data to obj if supplied or a new instance if not. * @param {Object} data The plain JavaScript object bearing properties of interest. * @param {module:model/DashboardControllerPreviewRequest} obj Optional instance to populate. * @return {module:model/DashboardControllerPreviewRequest} The populated DashboardControllerPreviewRequest instance. */ static constructFromObject(data: any, obj: any): any; /** * Validates the JSON data with respect to DashboardControllerPreviewRequest. * @param {Object} data The plain JavaScript object bearing properties of interest. * @return {boolean} to indicate whether the JSON data is valid with respect to DashboardControllerPreviewRequest. */ static validateJSON(data: any): boolean; /** * Constructs a new DashboardControllerPreviewRequest. * @alias module:model/DashboardControllerPreviewRequest * @param {String} chart - */ constructor(chart: string); chart: string; globalFilter: ChartFiltersOverrides_default; } declare namespace DashboardControllerPreviewRequest { let RequiredProperties: string[]; } //#endregion export { IDashboardControllerPreviewRequest, DashboardControllerPreviewRequest as default };