tsoa-next / @tsoa-next/runtime / FloatValidator
Interface: FloatValidator
Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1316
Floating-point validation rules supported by runtime route metadata.
Properties
exclusiveMaximum?
ts
optional exclusiveMaximum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1322
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;exclusiveMinimum?
ts
optional exclusiveMinimum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1321
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;isDouble?
ts
optional isDouble?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1318
errorMsg?
ts
optional errorMsg?: string;isFloat?
ts
optional isFloat?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1317
errorMsg?
ts
optional errorMsg?: string;maximum?
ts
optional maximum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1320
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;minimum?
ts
optional minimum?: object;Defined in: packages/runtime/src/routeGeneration/templateHelpers.ts:1319
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;