Skip to content

Variable: ResourcefulNumberType

ts
const ResourcefulNumberType: CallableNewable<
  ResourcefulNumberTypeOptions,
  BaseClass
>;

Callable constructor for creating validated number type instances. Supports floating-point numbers with configurable precision and range constraints.

See

OpenAPI 3.0 Number Type