@bluelibs/runner - v6.3.1
    Preparing search index...

    Type Alias ResourceMiddlewareInterceptor

    ResourceMiddlewareInterceptor: (
        next: (input: IResourceMiddlewareExecutionInput<any>) => Promise<any>,
        input: IResourceMiddlewareExecutionInput<any>,
    ) => Promise<any>

    Interceptor for resource middleware execution

    Type Declaration