effect-io-ai

Package: @effect/sql
Module: Model

Model.Sensitive

A field that represents a sensitive value that should not be exposed in the JSON variants.

Signature

declare const Sensitive: <S extends Schema.Schema.All | Schema.PropertySignature.All>(schema: S) => Sensitive<S>

Source

Since v1.0.0