type alias z.EnumLikeimport { type z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts"; const { EnumLike } = z; definition: { [k: string]: string | number; [nu: number]: string; }