NullableSchemaOptionsinterface
{
readonly value?: T | null;
}| Property | Type | |
|---|---|---|
.value | Tnull | Default value used when the input is undefined. Defaults to null readonly |
Allowed options for NullableSchema.
{
readonly value?: T | null;
}| Property | Type | |
|---|---|---|
.value | Tnull | Default value used when the input is undefined. Defaults to null readonly |
Allowed options for NullableSchema.