Saxonberg Server API
    Preparing search index...

    Type Alias Interceptor

    Interceptor: (ctx: InterceptionContext, next: () => unknown) => unknown

    Interceptor function signature. Calls next() to delegate to the next interceptor in the pipeline, or to the raw operation when at the end. Don't call next() to short-circuit the pipeline (e.g. when returning a synthetic result, or throwing).

    Type Declaration