ts-json-schema-generator icon indicating copy to clipboard operation
ts-json-schema-generator copied to clipboard

Documentation for NamedParameters<>?

Open cspotcode opened this issue 4 years ago • 1 comments

While working on #891, I'm not sure what I should and should not do for NamedParameters. It does not seem to be described in the README. Is there any documentation or specification of the way NamedParameters must behave? Are there two flavors, NamedParameters<Type> and NamedParamters<typeof value>? Does it need to be supported for namespace exports? For methods on a class?

As a meta question, is this the correct way to ask questions about development? Inspired by comments about a sustainable maintenance model from here: https://github.com/vega/ts-json-schema-generator/issues/101#issuecomment-890549394

cspotcode avatar Aug 08 '21 02:08 cspotcode

Related: #735

cspotcode avatar Aug 08 '21 02:08 cspotcode