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