effect-io-ai

Package: effect
Module: Schema

Schema.DecodingDefaultOptions

Options for withDecodingDefaultKey and withDecodingDefault.

Details

Signature

type DecodingDefaultOptions = {
  readonly encodingStrategy?: "omit" | "passthrough" | undefined
}

Source

Since v4.0.0