type alias EnumLikeimport { type EnumLike } from "https://dotland.deno.dev/x/zod@v3.20/index.ts"; definition: { [k: string]: string | number; [nu: number]: string; }