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