Interface DispatchInterceptor

DispatchInterceptor(
    dispatch: (
        options: DispatchOptions,
        handler: DispatchHandler,
    ) => boolean,
): (options: DispatchOptions, handler: DispatchHandler) => boolean