interface NestInterceptorimport { type NestInterceptor } from "https://deno.land/x/deno_nest@v3.6.1/modules/uinv/deps.ts"; Interface describing implementation of an interceptor. Methodsintercept(context: Context,next: Next,options?: NestInterceptorOptions,): Promise<void>