@interface
type references do not always link correctly.
#2508
Labels
bug
Functionality does not match expectation
TypeDoc's type convert doesn't appear to always capture symbols related to types when converting references.
Search terms
zod, type reference, inferred type
Expected Behavior
The produced
Bar
interface should have a member whose type isColor
, which is linked to the enum.Actual Behavior
The produced
Bar
interface contains a member whose type isColor
, without a link to theColor
enum.Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: