ts-json-schema-generator
ts-json-schema-generator copied to clipboard
Documentation for NamedParameters<>?
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
Related: #735