UNPKG

@azure/core-lro

Version:

Isomorphic client library for supporting long-running operations in node.js and browser.

9 lines 267 B
/** * The default time interval to wait before sending the next polling request. */ export declare const POLL_INTERVAL_IN_MS = 2000; /** * The closed set of terminal states. */ export declare const terminalStates: string[]; //# sourceMappingURL=constants.d.ts.map