Interface RetryJobOpts

interface RetryJobOpts {
    fieldsToUpdate?: Record<string, any>;
}

Properties

Properties

fieldsToUpdate?: Record<string, any>

Generated using TypeDoc