DecodingDefaultOptionsOptions for withDecodingDefaultKey and withDecodingDefault.
Details
encodingStrategy:"passthrough"(default): pass the value through during encoding"omit": omit the key from the encoded output
Source effect/Schema.ts:57343 lines
export type type DecodingDefaultOptions = {
readonly encodingStrategy?:
| "omit"
| "passthrough"
| undefined
}
Options for
withDecodingDefaultKey
and
withDecodingDefault
.
Details
encodingStrategy:
"passthrough" (default): pass the value through during encoding
"omit": omit the key from the encoded output
DecodingDefaultOptions = {
readonly encodingStrategy?: "omit" | "passthrough" | undefinedencodingStrategy?: "omit" | "passthrough" | undefined
}Referenced by 4 symbols