type alias IntrospectFuncParamimport { type IntrospectFuncParam } from "https://deno.land/x/live@1.25.4/engine/block.ts"; Type ParametersFunc extends (...args: any[]) => anyoptionalK extends ValidParams<Func> & string = ValidParams<Func> & stringdefinition: K | [K, DotNestedKeys<Parameters<Func>[K]>]