google/closure-templates

How can we define a param that is of type list of records?

danechitoaie opened this issue · 1 comments

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.

I think that should be @param issues: list<[key: string, summary: string]>