Type definition for date range.

interface SDateRange {
    start: string;
    until: string;
}

Properties

Properties

start: string
until: string