We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4929ae commit 7d8c1dcCopy full SHA for 7d8c1dc
packages/astro/types/content.d.ts
@@ -51,7 +51,7 @@ declare module 'astro:content' {
51
| import('astro/zod').ZodUnion<[BaseAtomicSchema, ...BaseAtomicSchema[]]>
52
| import('astro/zod').ZodDiscriminatedUnion<string, BaseAtomicSchema[]>
53
// If we have a union of unions, give up on trying to type-check it all. You're on your own.
54
- | import('astro/zod').ZodUnion<[import('astro/zod').ZodUnion<z.any>, ...z.any[]]>
+ | import('astro/zod').ZodUnion<[import('astro/zod').ZodUnion<z.any>, ...z.any[]]>;
55
56
type BaseSchemaWithoutEffects =
57
| BaseAtomicSchema
0 commit comments