(value: number, params?: string | core.$ZodCheckGreaterThanParams)
| 962 | export interface _ZodNumber<Internals extends core.$ZodNumberInternals = core.$ZodNumberInternals> |
| 963 | extends _ZodType<Internals> { |
| 964 | gt(value: number, params?: string | core.$ZodCheckGreaterThanParams): this; |
| 965 | /** Identical to .min() */ |
| 966 | gte(value: number, params?: string | core.$ZodCheckGreaterThanParams): this; |
| 967 | min(value: number, params?: string | core.$ZodCheckGreaterThanParams): this; |
no outgoing calls
no test coverage detected