effect-io-ai

Package: effect
Module: Schema

Schema.isGreaterThanBigDecimal

Validates that a BigDecimal is greater than the specified value (exclusive).

Signature

declare const isGreaterThanBigDecimal: (exclusiveMinimum: BigDecimal_.BigDecimal, annotations?: Annotations.Filter) => SchemaAST.Filter<BigDecimal_.BigDecimal>

Source

Since v4.0.0