/** * RestInfo. * * @deprecated */ export interface IRestInfo { /** Gets or sets the from date. */ fromDate: Date; /** Gets or sets the to date. */ toDate: Date; } //# sourceMappingURL=rest_info.d.ts.map