Interface Options

Additional options for BigInt schema.

Hierarchy

Properties

How to process number values.

Default Value

'parse'

How to process string values.

Default Value

'parse'

where?: UcConstraints<bigint, UcBigInt.Schema> | readonly UcConstraints<bigint, UcBigInt.Schema>[]

Additional schema constraints.

within?: UcPresentations<bigint, UcBigInt.Schema> | readonly UcPresentations<bigint, UcBigInt.Schema>[]

Additional schema instance presentation constraints.

Generated using TypeDoc