API reference › @evolu/common › Type › OptionalProperty
Defined in: packages/common/src/Type.ts:10253
An optional property used to construct an object Type.
Indexable
[key: symbol]:
| true
| InferErrors<T>
Properties
[errorsSymbol]
readonly [errorsSymbol]: InferErrors<T>;
Defined in: packages/common/src/Type.ts:10255
type
readonly type: T;
Defined in: packages/common/src/Type.ts:10254