Interface: ZodEnum<T>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:557
Extends
_ZodType<$ZodEnumInternals<T>>.$ZodEnum<T>
Type Parameters
T
Properties
_def
_def:
$ZodEnumDef<T>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:10
Deprecated
Use .def instead.
Inherited from
_input
_input:
T[keyofT]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:14
Deprecated
Use z.input<typeof schema> instead.
Inherited from
_output
_output:
T[keyofT]
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:12
Deprecated
Use z.output<typeof schema> instead.
Inherited from
_zod
_zod:
$ZodEnumInternals
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:98
Inherited from
~standard
~standard:
ZodStandardSchemaWithJSON<ZodEnum<T>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:560
Overrides
def
def:
$ZodEnumDef<T>
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