UNPKG

@azure/ms-rest-azure-js

Version:

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

11 lines 392 B
import { ApiKeyCredentials } from "@azure/ms-rest-js"; /** * Creates a new CognitiveServicesCredentials object. * * @constructor * @param {string} subscriptionKey The CognitiveServices subscription key */ export declare class CognitiveServicesCredentials extends ApiKeyCredentials { constructor(subscriptionKey: string); } //# sourceMappingURL=cognitiveServicesCredentials.d.ts.map