Skip to content

Interface.FunctionSchema

github-actions[bot] edited this page May 26, 2026 · 32 revisions

umt / FunctionSchema

Interface: FunctionSchema

Defined in: Validate/function/core.ts:46

Function schema definition. input describes positional parameters and output describes the return type. Both are optional; when omitted the validator only enforces that the value is callable.

Properties

input?

optional input?: readonly FunctionAnyValidator[]

Defined in: Validate/function/core.ts:47


output?

optional output?: FunctionAnyValidator

Defined in: Validate/function/core.ts:48

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally