Package: effect
Module: Schema
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>
}
Since v4.0.0