Interface IDateGteCriterion

interface IDateGteCriterion {
    $gte: string | Date;
}

Properties

Properties

$gte: string | Date