interface Match {
    $match: FilterQuery<any>;
}

Properties

Properties

$match: FilterQuery<any>