Interface IDateLteCriterion

interface IDateLteCriterion {
    $lte: string | Date;
}

Properties

Properties

$lte: string | Date