NullableSchemaOptionsinterface

{
	readonly value?: T | null;
}
PropertyType
.valueT
null
Default value used when the input is undefined. Defaults to null readonly

Allowed options for NullableSchema.