Open
Description
Describe the bug
In the exported API documentation, structures that are defined with the type
keyword appears nowhere in the left nav bar.
For example, ScheduleDescription
, which is defined in code as export type ScheduleDescription = { ... }
can be navigated from ScheduleHandle.describe, but can't be found directly by searching it in the nav bar.