FunctionsPlusContext<C, O>: {
    [K in keyof O]: PlusContext<C, O[K]>
}

Type Parameters

  • C
  • O extends Record<string, ((...args: any[]) => any)>