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

Type Parameters

  • C

  • O

Generated using TypeDoc