TtRPC•Created by gapped on 5/1/2025 in #❓-help What is the type of the query resolver?
I need to accept queries in my function, like this one:
const somt = t.task.admin.lessons
What is the type of this somt
variable? Imagine I am passing it as argument to some function, I need to know the type of the argument I should use.