Interface: ZodTemplateLiteral<Template>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:689
Extends
_ZodType<$ZodTemplateLiteralInternals<Template>>.$ZodTemplateLiteral<Template>
Type Parameters
Template
Template extends string = string
Properties
_def
_def:
$ZodTemplateLiteralDef
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:10
Deprecated
Use .def instead.
Inherited from
_input
_input:
Template
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:14
Deprecated
Use z.input<typeof schema> instead.
Inherited from
_output
_output:
Template
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/core/schemas.d.cts:93
Inherited from
~standard
~standard:
ZodStandardSchemaWithJSON<ZodTemplateLiteral<Template>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:690
Overrides
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
spa()
spa: (
data,params?) =>Promise<ZodSafeParseResult<Template>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:29
Parameters
data
unknown
params?
Returns
Promise<ZodSafeParseResult<Template>>
Inherited from
type
type:
"template_literal"
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:8
Inherited from
Methods
and()
and<
T>(incoming):ZodIntersection<ZodTemplateLiteral<Template>,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<ZodTemplateLiteral<Template>, 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<ZodTemplateLiteral<Template>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:50
Returns
ZodArray<ZodTemplateLiteral<Template>>
Inherited from
brand()
brand<
T,Dir>(value?):PropertyKeyextendsT?ZodTemplateLiteral<Template> :$ZodBranded<ZodTemplateLiteral<Template>,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"
Parameters
value?
T
Returns
PropertyKey extends T ? ZodTemplateLiteral<Template> : $ZodBranded<ZodTemplateLiteral<Template>, T, Dir>
Inherited from
catch()
Call Signature
catch(
def):ZodCatch<ZodTemplateLiteral<Template>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:54
Parameters
def
Template
Returns
ZodCatch<ZodTemplateLiteral<Template>>
Inherited from
Call Signature
catch(
def):ZodCatch<ZodTemplateLiteral<Template>>
Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:55
Parameters
def
(ctx) => Template
Returns
ZodCatch<ZodTemplateLiteral<Template>>