Skip to main content
Module

x/valibot/src/schemas/index.ts>FunctionIssue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface FunctionIssue
implements BaseIssue<unknown>
import { type FunctionIssue } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/schemas/index.ts";

Function issue type.

Properties

readonly
kind: "schema"

The issue kind.

readonly
type: "function"

The issue type.

readonly
expected: "Function"

The expected property.