Package: effect
Module: Schema
Type-level representation returned by RedactedFromValue.
Signature
export interface RedactedFromValue<S extends Constraint>
extends decodeTo<Redacted<toType<S>>, middlewareDecoding<S, S["DecodingServices"]>>
{
readonly "Rebuild": RedactedFromValue<S>
}
Since v4.0.0