Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored and astrobot-houston committed Sep 20, 2024
1 parent 7b451cf commit 45d2ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight/schemas/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type DefaultI18nSchema = ReturnType<typeof defaultI18nSchema>;
* Based on the the return type of Zod’s `merge()` method. Merges the type of two `z.object()` schemas.
* Also sets them as “passthrough” schemas as that’s how we use them. In practice whether or not the types
* are passthrough or not doesn’t matter too much.
*
*
* @see https://github.com/colinhacks/zod/blob/3032e240a0c227692bb96eedf240ed493c53f54c/src/types.ts#L2656-L2660
*/
type MergeSchemas<A extends z.AnyZodObject, B extends z.AnyZodObject> = z.ZodObject<
Expand Down

0 comments on commit 45d2ed7

Please sign in to comment.