@dbx-tools/sdk-shared 0.1.23 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ For each upstream type the generator emits two exports:
|
|
|
45
45
|
| Export | Shape |
|
|
46
46
|
| ------------------ | ------------------------------------------- |
|
|
47
47
|
| `xxxSchema` | `z.ZodType<X>` for runtime validation |
|
|
48
|
-
| `
|
|
48
|
+
| `Xxx` (type alias) | `z.infer<typeof xxxSchema>` for static use |
|
|
49
49
|
|
|
50
50
|
## How codegen works
|
|
51
51
|
|