import { type StringSchemaAsync } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
String schema async type.
definition: BaseSchemaAsync<string, TOutput> & { type: "string"; message: ErrorMessage | undefined; pipe: PipeAsync<string> | undefined; }