tsoa-next / tsoa-next / IntegerValidator
Interface: IntegerValidator
Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1306
Integer validation rules supported by runtime route metadata.
Properties
exclusiveMaximum?
ts
optional exclusiveMaximum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1312
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;exclusiveMinimum?
ts
optional exclusiveMinimum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1311
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;isInt?
ts
optional isInt?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1307
errorMsg?
ts
optional errorMsg?: string;isLong?
ts
optional isLong?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1308
errorMsg?
ts
optional errorMsg?: string;maximum?
ts
optional maximum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1310
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;minimum?
ts
optional minimum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1309
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;