Open
Description
For below docstring:
@param { Required<Pick<Model1, 'name'>> & Partial<Model1> } body specification
expectation is to see below format in documentation:
body(Required<Pick<Model1, 'name'>> & Partial<Model1>) specification
but I can see:
body(any) specification
version of documentation pkg: 14.0.3
running documentation: npm run documentation
node version: v20.15.0
Similar issue which was created earlier: #1641
Metadata
Assignees
Labels
No labels