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