Closed
Description
import { Foo as MyType } from './foo';
export function bar(foo: MyType) {}
The docs don't recognize that foo
is an instance of Foo
. There is no link from MyType
to Foo
, and if you export the docs as JSON, the parameter foo
is missing the reference id, unlike parameters who's types are not an alias.
Metadata
Metadata
Assignees
Labels
No labels