-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation