Utility type that makes a value T optional (i.e. T | undefined). Used internally by InferType to represent optional schema fields.
T
T | undefined
Utility type that makes a value
Toptional (i.e.T | undefined). Used internally by InferType to represent optional schema fields.