when type extraction partially fails, for example because a referenced type cannot be imported because it was never exported, it results in typegen that contains a reference error
Ideas / Proposed Solution(s)
fallback to any
warn
do not interrupt developer workflow
falling back to unknown would be "safer" if the developer does not notice the warning
But unknown would be extremely annoying to work with, only somewhat better than the the reference error
Perceived Problem
Ideas / Proposed Solution(s)
any
unknown
would be "safer" if the developer does not notice the warningunknown
would be extremely annoying to work with, only somewhat better than the the reference error