Interface: $ZodNumberInternals<Input>
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:384
Internal
Extends
$ZodTypeInternals<number,Input>
Extended by
Type Parameters
Input
Input = unknown
Properties
bag
bag:
LoosePartial<{exclusiveMaximum:number;exclusiveMinimum:number;format:string;maximum:number;minimum:number;pattern:RegExp; }>
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:390
Internal
A catchall object for bag metadata related to this schema. Commonly modified by checks using onattach.
Overrides
constr()
constr: (
def) =>$ZodType
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:69
Internal
The constructor function of this schema.
Parameters
def
any
Returns
Inherited from
def
def:
$ZodNumberDef
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:385
Schema definition.