property GrpcPluginOptions.interceptors

Application-supplied Connect interceptors, threaded into createConnectRouter({ interceptors }) (M70f ยง3.7). The plugin's built-in handler-error logging wraps each application service's implementation (innermost), so a handler throw is logged before an application interceptor observes it. Absent: no application interceptors are installed.

Type

readonly unknown[]

Usage

import { type GrpcPluginOptions } from "grpc-plugin/src/index.ts";