import { type SchemaConfig } from "https://deno.land/x/valibot@v0.28.1/src/types/index.ts";
The schema config type.
definition: { lang?: string; message?: ErrorMessage; abortEarly?: boolean; abortPipeEarly?: boolean; skipPipe?: boolean; }
x/valibot/src/types/index.ts>SchemaConfig
import { type SchemaConfig } from "https://deno.land/x/valibot@v0.28.1/src/types/index.ts";
The schema config type.