effect-io-ai

Package: effect
Module: Schema

Schema.withDecodingDefaultType

Type-level representation returned by withDecodingDefaultType.

Signature

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

Source

Since v4.0.0