Type Alias: AsyncEventHandler¶ type AsyncEventHandler = (ctx) => Promise<void>; Parameters¶ Parameter Type ctx HookContext Returns¶ Promise\<void>