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