Interface IDateLtCriterion

interface IDateLtCriterion {
    $lt: string | Date;
}

Properties

Properties

$lt: string | Date