@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface InterceptorConfig

    interface InterceptorConfig {
        action?: Action;
        onError?: OnError;
        onSuccess?: OnSuccess;
        rollback?: Rollback;
    }
    Index

    Properties

    action?: Action
    onError?: OnError
    onSuccess?: OnSuccess
    rollback?: Rollback