type alias SchemaConfigRe-exportimport { type SchemaConfig } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; The schema config type. definition: { lang?: string; message?: ErrorMessage; abortEarly?: boolean; abortPipeEarly?: boolean; skipPipe?: boolean; }