Package: effect
Module: Schema
Options for withDecodingDefaultKey and withDecodingDefault.
Details
encodingStrategy:
"passthrough" (default): pass the value through during encoding"omit": omit the key from the encoded outputSignature
type DecodingDefaultOptions = {
readonly encodingStrategy?: "omit" | "passthrough" | undefined
}
Since v4.0.0