UNPKG

@azure/ms-rest-azure-js

Version:

Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest

21 lines 501 B
/** * Defines constants for long running operation states. * * @const * @type {string} */ export declare type LongRunningOperationStates = "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Cancelled"; /** * The default language in the request header. * * @const * @type {string} */ export declare const DEFAULT_LANGUAGE = "en-us"; /** * The ms-rest-azure version. * @const * @type {string} */ export declare const msRestAzureVersion = "2.1.0"; //# sourceMappingURL=constants.d.ts.map