type alias z.util.Exactlyimport { type z } from "https://dotland.deno.dev/x/zod@v3.23.7/index.ts"; const { Exactly } = z.util; Type ParametersTXdefinition: T & Record<Exclude<keyof X, keyof T>, never>