salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
10 lines (9 loc) • 331 B
TypeScript
declare class MdapiPollIntervalStrategy {
[property: string]: any;
constructor(sourceElementsToUpsert: any, sourceElementsToDelete: any);
/**
* Returns an appropriate polling interval (in milliseconds) for the given iteration.
*/
getInterval(iteration: any): number;
}
export = MdapiPollIntervalStrategy;