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