type alias StringValidationimport { type StringValidation } from "https://dotland.deno.dev/x/zod@v3.21.4/ZodError.ts"; definition: | "email" | "url" | "emoji" | "uuid" | "regex" | "cuid" | "cuid2" | "ulid" | "datetime" | "ip" | { includes: string; position?: number; } | { startsWith: string; } | { endsWith: string; }