type alias z.util.Omitimport { type z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.ts"; const { Omit } = z.util; Type ParametersTK extends keyof Tdefinition: Pick<T, Exclude<keyof T, K>>