OptionalSchemaOptionsinterface

{
	readonly value?: undefined;
}
PropertyType
.valueundefined
Default value is always undefined (the default is only used when the input is undefined, so otherwise undefined could never be returned). readonly

Allowed options for OptionalSchema.