How to set annotation type for a array-hash mixed lua table? #2203
Answered
by
sumneko
linrongbin16
asked this question in
Q&A
-
I have a table which schema is: { "hello", "world", mode = "n", desc = "example" } How should I define it? |
Beta Was this translation helpful? Give feedback.
Answered by
sumneko
Jul 19, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
linrongbin16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{[1]: string, [2]: string, [string]: string }