Skip to content

Commit 7d8c1dc

Browse files
ascorbicastrobot-houston
authored andcommitted
[ci] format
1 parent b4929ae commit 7d8c1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/types/content.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ declare module 'astro:content' {
5151
| import('astro/zod').ZodUnion<[BaseAtomicSchema, ...BaseAtomicSchema[]]>
5252
| import('astro/zod').ZodDiscriminatedUnion<string, BaseAtomicSchema[]>
5353
// 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[]]>
54+
| import('astro/zod').ZodUnion<[import('astro/zod').ZodUnion<z.any>, ...z.any[]]>;
5555

5656
type BaseSchemaWithoutEffects =
5757
| BaseAtomicSchema

0 commit comments

Comments
 (0)