Replies: 1 comment
-
I was also wondering about this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to develop a plugin by importing server-handlers as follows.
Although the compiler gives an error, it seems that handlersMeta can be retrieved when executed. Currently, I am using @ts-expect-error to suppress the error. Is there a better way to handle this?
Beta Was this translation helpful? Give feedback.
All reactions