HookHandler<C, R, S, N>: ((context: C) => Promise<R> | R)

Type Parameters

Type declaration

    • (context: C): Promise<R> | R
    • Parameters

      • context: C

      Returns Promise<R> | R