We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8648bcc commit 51fd01aCopy full SHA for 51fd01a
1 file changed
src/schema/static/_elements.ts
@@ -102,5 +102,4 @@ export type XStaticElements<Stack extends string[], Root extends XSchema, Schema
102
WithAdditionalItems extends unknown[] = NeedsAdditional extends true
103
? XWithAdditionalItems<Stack, Root, Schema, WithMinItems>
104
: WithMinItems
105
-> = WithAdditionalItems
106
-
+> = WithAdditionalItems
0 commit comments