Interface: ZodBigIntFormat
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:388
Extends
Properties
_def
_def:
$ZodBigIntDef
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:10
Deprecated
Use .def instead.
Inherited from
_input
_input:
bigint
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:14
Deprecated
Use z.input<typeof schema> instead.
Inherited from
_output
_output:
bigint
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:12
Deprecated
Use z.output<typeof schema> instead.
Inherited from
_zod
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:389
Overrides
~standard
~standard:
ZodStandardSchemaWithJSON<ZodBigIntFormat>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:15
Inherited from
def
def:
$ZodBigIntDef
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:382
Inherited from
maxValue
maxValue:
bigint|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:381
Inherited from
minValue
minValue:
bigint|null
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:380
Inherited from
spa()
spa: (
data,params?) =>Promise<ZodSafeParseResult<bigint>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:29
Parameters
data
unknown
params?
Returns
Promise<ZodSafeParseResult<bigint>>