diff options
author | 2025-04-28 12:14:04 +0000 | |
---|---|---|
committer | 2025-04-28 12:14:04 +0000 | |
commit | 7d8c1dc99d742f9c2992a89b04bf19f43cdf3a43 (patch) | |
tree | a5c96a4ecd88f35debb61db23b9661ce219cdabf | |
parent | b4929ae9e77f74bde251e81abc0a80e160de774a (diff) | |
download | astro-7d8c1dc99d742f9c2992a89b04bf19f43cdf3a43.tar.gz astro-7d8c1dc99d742f9c2992a89b04bf19f43cdf3a43.tar.zst astro-7d8c1dc99d742f9c2992a89b04bf19f43cdf3a43.zip |
[ci] format
-rw-r--r-- | packages/astro/types/content.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/types/content.d.ts b/packages/astro/types/content.d.ts index 5c9101549..51516b8ac 100644 --- a/packages/astro/types/content.d.ts +++ b/packages/astro/types/content.d.ts @@ -51,7 +51,7 @@ declare module 'astro:content' { | import('astro/zod').ZodUnion<[BaseAtomicSchema, ...BaseAtomicSchema[]]> | import('astro/zod').ZodDiscriminatedUnion<string, BaseAtomicSchema[]> // If we have a union of unions, give up on trying to type-check it all. You're on your own. - | import('astro/zod').ZodUnion<[import('astro/zod').ZodUnion<z.any>, ...z.any[]]> + | import('astro/zod').ZodUnion<[import('astro/zod').ZodUnion<z.any>, ...z.any[]]>; type BaseSchemaWithoutEffects = | BaseAtomicSchema |