import { type StringSchema } from "https://deno.land/x/valibot@v0.28.1/src/schemas/string/index.ts";
String schema type.
definition: BaseSchema<string, TOutput> & { type: "string"; message: ErrorMessage | undefined; pipe: Pipe<string> | undefined; }