typeorm manager.find two columns equels code example
Example: typeorm findAndCount orderby
userRepository.find({
order: {
name: "ASC",
id: "DESC"
}
});
userRepository.find({
order: {
name: "ASC",
id: "DESC"
}
});