Interface: _ZodBigInt<T>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:366
Extends
_ZodType<T>
Extended by
Type Parameters
T
T extends $ZodBigIntInternals = $ZodBigIntInternals
Properties
_def
_def:
T["def"]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:10
Deprecated
Use .def instead.
Inherited from
_input
_input:
T["input"]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:14
Deprecated
Use z.input<typeof schema> instead.