Custom plugin Type Error
How do I infer the types for the endpoints to my custom plugin?
I'm getting the following type error when calling a custom plugin endpoint. It works, but TypeScript doesn't know the function exists:
Server auth:
My custom plugin function:

2 Replies