effect-io-ai

Package: effect
Module: Schema

Schema.withDecodingDefault

Type-level representation returned by withDecodingDefault.

Signature

export interface withDecodingDefault<S extends Constraint, R = never> extends decodeTo<S, optional<toEncoded<S>>, R> {
  readonly "Rebuild": withDecodingDefault<S, R>
}

Source

Since v3.10.0