Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

target looks wrong in docs for type Annotation #1

Open
shawninder opened this issue Mar 26, 2023 · 0 comments
Open

target looks wrong in docs for type Annotation #1

shawninder opened this issue Mar 26, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@shawninder
Copy link
Owner

shawninder commented Mar 26, 2023

Here's what it looks like in docs/types/Annotation.Annotation.html:

target: ({ source?: string | undefined; selector?: ({ type: "FragmentSelector"; value: string; conformsTo: string; } | { type: "CssSelector"; value: string; } | { type: "XPathSelector"; value: string; } | ... 6 more ... | { ...; })[] | undefined; })[];

Hopefully, there is something to be done in Typedoc that can clean this kind of thing up for Zod objects, perhaps in a Zod plugin?

@shawninder shawninder added the documentation Improvements or additions to documentation label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant