import { extendPayload } from '@intuned/runtime';export declare function extendPayload( payload: Payload | Payload[]): void;
In the context of a job, extends the job execution with the provided payloads after the current payload execution succeeds.Will implicitly call extendTimeout. Parameters