OptionalSchemaOptionsinterface
{
readonly value?: undefined;
}| Property | Type | |
|---|---|---|
.value | undefined | 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.