effect-io-ai

Package: effect
Module: Schema

Schema.withDecodingDefaultKey

Type-level representation returned by withDecodingDefaultKey.

Signature

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

Source

Since v4.0.0