What the best way have a function that accepts mul...
# orm-help
b
What the best way have a function that accepts multiple “delegates” I have a generic function that should be able to get
const model = db[entityType]
and return
[model.count(), model.findMany()]
but the TS compiler is complaining because of the different
Delegates
types