Interface: _ZodNumber<Internals>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:307
Extends
_ZodType<Internals>
Extended by
Type Parameters
Internals
Internals extends $ZodNumberInternals = $ZodNumberInternals
Properties
_def
_def:
Internals["def"]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:10
Deprecated
Use .def instead.
Inherited from
_input
_input:
Internals["input"]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:14
Deprecated
Use z.input<typeof schema> instead.
Inherited from
_output
_output:
Internals["output"]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:12
Deprecated
Use z.output<typeof schema> instead.
Inherited from
_zod
_zod:
Internals
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:93
Inherited from
~standard
~standard:
ZodStandardSchemaWithJSON<_ZodNumber<Internals>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:15
Inherited from
def
def:
Internals["def"]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:7
Inherited from
description?
optionaldescription:string
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:60
Inherited from
format
format:
string|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:335
isFinite
isFinite:
boolean
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:334
Deprecated
Number schemas no longer accept infinite values, so this always returns true.
isInt
isInt:
boolean
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:332
Deprecated
Check the format property instead.
maxValue
maxValue:
number|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:330
minValue
minValue:
number|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:329
spa()
spa: (
data,params?) =>Promise<ZodSafeParseResult<output<_ZodNumber<Internals>>>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:29
Parameters
data
unknown
params?
Returns
Promise<ZodSafeParseResult<output<_ZodNumber<Internals>>>>
Inherited from
type
type:
Internals["def"]["type"]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:8
Inherited from
Methods
and()
and<
T>(incoming):ZodIntersection<_ZodNumber<Internals>,T>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:52
Type Parameters
T
T extends SomeType
Parameters
incoming
T
Returns
ZodIntersection<_ZodNumber<Internals>, T>
Inherited from
apply()
apply<
T>(fn):T
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:82
Type Parameters
T
T
Parameters
fn
(schema) => T
Returns
T
Inherited from
array()
array():
ZodArray<_ZodNumber<Internals>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:50
Returns
ZodArray<_ZodNumber<Internals>>
Inherited from
brand()
brand<
T,Dir>(value?):PropertyKeyextendsT?_ZodNumber<Internals> :$ZodBranded<_ZodNumber<Internals>,T,Dir>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:24
Type Parameters
T
T extends PropertyKey = PropertyKey
Dir
Dir extends "inout" | "in" | "out" = "out"