Skip to content

Variable: ResourcefulUnsignedIntegerType

ts
const ResourcefulUnsignedIntegerType: CallableNewable<
  ResourcefulUnsignedIntegerTypeOptions,
  BaseClass
>;

Callable constructor for creating validated unsigned integer type instances. Represents unsigned integers without a specific OpenAPI format constraint.

See

OpenAPI 3.0 Integer Type