Kristofer Pervin

Results 12 comments of Kristofer Pervin

Closing as you can just use `Schema.shape`, however it would be good to include that in the docs. ```ts /* External file*/ export const ServerSchema = z.object({ FOO: z.string().required() });...