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.
1 parent 77ef139 commit a8d5297Copy full SHA for a8d5297
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