BigIntThe bigint type with optional validation checks.
modelsBigIntMeta
Source effect/SchemaRepresentation.ts:2385 lines
export interface BigInt {
readonly BigInt._tag: "BigInt"_tag: "BigInt"
readonly BigInt.annotations?: anyannotations?: import SchemaSchema.declareAnnotations.type Schema.Annotations.Annotations = /*unresolved*/ anyAnnotations | undefined
readonly BigInt.checks: ReadonlyArray<Check<BigIntMeta>>checks: interface ReadonlyArray<T>ReadonlyArray<type Check<M> = Filter<M> | FilterGroup<M>A validation constraint attached to a type. Either a single
Filter
or a
FilterGroup
combining multiple checks.
Check<type BigIntMeta = anyMetadata union for bigint-specific validation checks (min, max, between).
BigIntMeta>>
}Referenced by 1 symbols