/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { TimeOfDay } from './TimeOfDay'; export interface DataSourceRefreshDailySchedule { /** * The start time of a time interval in which a data source refresh is scheduled. Only hours part is used. The time interval size defaults to that in the Sheets editor. */ startTime: TimeOfDay; } //# sourceMappingURL=DataSourceRefreshDailySchedule.d.ts.map