How can we define a param that is of type list of records?
danechitoaie opened this issue · 1 comments
danechitoaie commented
I ned to render from JavaScript an array of JSON objects. How can we define this as a param?
I've tried: @param issues: <[key: string, summary: string]>
but doesn't work.
robfig commented
I think that should be @param issues: list<[key: string, summary: string]>