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