Skip to main content

Function: _function()

Call Signature

_function(): ZodFunction

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:717

Returns

ZodFunction

Call Signature

_function<In>(params): ZodFunction<ZodTuple<In, null>, $ZodFunctionOut>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:718

Type Parameters

In

In extends readonly $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>[]

Parameters

params

input

In

Returns

ZodFunction<ZodTuple<In, null>, $ZodFunctionOut>

Call Signature

_function<In, Out>(params): ZodFunction<ZodTuple<In, null>, Out>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:721

Type Parameters

In

In extends readonly $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>[]

Out

Out extends $ZodFunctionOut = $ZodFunctionOut

Parameters

params

input

In

output

Out

Returns

ZodFunction<ZodTuple<In, null>, Out>

Call Signature

_function<In>(params): ZodFunction<In, $ZodFunctionOut>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:725

Type Parameters

In

In extends $ZodFunctionArgs = $ZodFunctionArgs

Parameters

params

input

In

Returns

ZodFunction<In, $ZodFunctionOut>

Call Signature

_function<Out>(params): ZodFunction<$ZodFunctionArgs, Out>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:728

Type Parameters

Out

Out extends $ZodFunctionOut = $ZodFunctionOut

Parameters

params

output

Out

Returns

ZodFunction<$ZodFunctionArgs, Out>

Call Signature

_function<In, Out>(params?): ZodFunction<In, Out>

Defined in: packages/agentos/node_modules/zod/v4/classic/schemas.d.cts:731

Type Parameters

In

In extends $ZodFunctionArgs = $ZodFunctionArgs

Out

Out extends $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>> = $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>

Parameters

params?

input

In

output

Out

Returns

ZodFunction<In, Out>