Skip to content

PubSubInterceptorFn

PubSubInterceptorFn = (ctx) => Promise<unknown>

Defined in: packages/pubsub/src/types.ts:171

The inner function that a PubSubInterceptor wraps.

PubSubInterceptorContext

Promise<unknown>