import * as zod from "https://deno.land/x/zod@v3.24.1/standard-schema.ts";
Interfaces
The result interface if validation fails. | |
The issue interface of the failure output. | |
The path segment interface of the issue. | |
The Standard Schema properties interface. | |
The result interface if validation succeeds. | |
The Standard Schema types interface. |
Type Aliases
The Standard Schema interface. | |
Infers the input type of a Standard Schema. | |
Infers the output type of a Standard Schema. | |
The result interface of the validate function. |