-
-
Notifications
You must be signed in to change notification settings - Fork 4
Much readable documentation #8
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Projects
StatusShow more project fields
Todo
Problem
Currently, TypeDoc does not display Zod's inferred types clearly.
This approach is not ideal for displaying types. Instead of expanding the types, TypeDoc should generate a link.
Solutions
One potential solution is to define our own types rather than using Zod's inferred types. This approach offers the following advantages:
However, it also comes with the following drawbacks: