interface UuidValidation implements BaseValidation<TInput>import { type UuidValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts"; UUID validation type. Type ParametersTInput extends stringPropertiestype: "uuid"The validation type. requirement: RegExpThe UUID regex.