@bluelibs/runner - v5.5.0
    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