effect-io-ai

Package: effect
Module: Schema

Schema.RedactedFromValue

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>
}

Source

Since v4.0.0