import * as x from 'x-value'; export const DateRange = x.object({ start: x.Date, end: x.Date, });