// Generated Source import ViewInfoReporting from "./ViewInfoReporting"; interface GetReportingSettingsResponse { /** * List of 'View' structures with a tuple of filter values, pages and schedules */ views?: ViewInfoReporting[]; } export default GetReportingSettingsResponse;