UNPKG

ui-complex

Version:

10 lines (8 loc) 191 B
import { Dayjs } from 'dayjs'; export interface IRange { id: string; startDate: Dayjs | undefined; dueDate: Dayjs | undefined; destinationId: string; sourceId: string; }