Skip to content

target looks wrong in docs for type Annotation #1

@shawninder

Description

@shawninder

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions