effect-io-ai

Package: effect
Module: Schema

Schema.withDecodingDefaultTypeKey

Type-level representation returned by withDecodingDefaultTypeKey.

Signature

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

Source

Since v4.0.0