@uploadcare/rest-client
    Preparing search index...

    Type Alias AddonJobPollerOptions

    type AddonJobPollerOptions = {
        onRun?: (response: ExecuteAddonResponse) => void;
        onStatus?: (response: AddonExecutionStatusResponse) => void;
    }
    Index

    Properties

    Properties

    onRun?: (response: ExecuteAddonResponse) => void
    onStatus?: (response: AddonExecutionStatusResponse) => void