Skip to content

Variable: ResourcefulBigintType

ts
const ResourcefulBigintType: CallableNewable<
  ResourcefulBigintTypeOptions,
  BaseClass
>;

Callable constructor for creating validated bigint type instances. Automatically sets the OpenAPI format to 'int64' for 64-bit signed integers.

See

OpenAPI 3.0 Integer Type