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