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.
2 parents 77ef139 + a8d5297 commit 52c0666Copy full SHA for 52c0666
README.md
@@ -57,7 +57,7 @@ generates:
57
58
type: `string`
59
60
-import types from generated typescript type path. if not given, omit import statement.
+When provided, import types from the generated typescript types file path. if not given, omit import statement.
61
62
```yml
63
generates:
@@ -174,4 +174,4 @@ export function ExampleInputSchema(): z.ZodSchema<ExampleInput> {
174
message: z.string().regex(/^Hello/, "message")
175
})
176
}
177
-```
+```
0 commit comments