type alias Asyncimport { type Async } from "https://deno.land/x/expect@v0.4.0/expect.ts"; Type ParametersTdefinition: [K in keyof T]: T[K] extends Fn ? (...args: Parameters<T[K]>) => Promise<ReturnType<T[K]>> : T[K]