Type alias DateQuery

DateQuery: {
    $gt?: DateFormat;
    $gte?: DateFormat;
    $lt?: DateFormat;
    $lte?: DateFormat;
}

Type declaration

Generated using TypeDoc