Generate TUI schema from Effect Schema (#26945)

This commit is contained in:
Kit Langton
2026-05-11 17:50:14 -04:00
committed by GitHub
parent a5c35bf182
commit 812668ae2f
5 changed files with 124 additions and 9 deletions

View File

@@ -31,5 +31,3 @@ export const TuiInfo = z
})
.extend(TuiOptions.shape)
.strict()
export const TuiJsonSchemaInfo = TuiInfo