import type * as CandidApi from "../../../index"; export interface DateRangeOptionalEnd { startDate: CandidApi.Date_; endDate?: CandidApi.Date_; }