Skip to content

Variable: ResourcefulIntegerType

ts
const ResourcefulIntegerType: CallableNewable<
  ResourcefulIntegerTypeOptions,
  BaseClass
>;

Callable constructor for creating validated integer type instances. Automatically sets the OpenAPI format to 'int32' for 32-bit signed integers.

See

OpenAPI 3.0 Integer Type