We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bfaf0 commit 374109cCopy full SHA for 374109c
src/authentication/azureTokenCredentials/index.ts
@@ -4,5 +4,5 @@
4
* See License in the project root for license information.
5
* -------------------------------------------------------------------------------------------
6
*/
7
-export { TokenCredentialAuthenticationProviderOptions } from "./ITokenCredentialAuthenticationProviderOptions";
+export type { TokenCredentialAuthenticationProviderOptions } from "./ITokenCredentialAuthenticationProviderOptions";
8
export { TokenCredentialAuthenticationProvider } from "./TokenCredentialAuthenticationProvider";
0 commit comments