type alias Uniteimport { type Unite } from "https://deno.land/x/tsafe@v1.6.5/tools/Unite.ts"; Type ParametersTdefinition: T extends Record<string, unknown> ? [Key in keyof T]: T[Key] : T