mirror of
https://github.com/zoriya/typebox.git
synced 2026-06-04 19:36:35 +00:00
Property Inference Optimization (#325)
This commit is contained in:
@@ -9,6 +9,7 @@ import { Value, ValuePointer } from '@sinclair/typebox/value'
|
||||
import { Type, Kind, Static, TSchema } from '@sinclair/typebox'
|
||||
|
||||
const T = Type.Object({
|
||||
/** It's a X */
|
||||
x: Type.Number(),
|
||||
y: Type.Number(),
|
||||
z: Type.Number(),
|
||||
|
||||
Reference in New Issue
Block a user