typedoc doesn't navigate to type if interface has a key with same name as the type ```javascript interface example { top: top } ``` its probably bad practice anyway.
typedoc doesn't navigate to type if interface has a key with same name as the type
its probably bad practice anyway.