diff --git a/src/authentication/azureTokenCredentials/index.ts b/src/authentication/azureTokenCredentials/index.ts index 6d672ef68..1c5984375 100644 --- a/src/authentication/azureTokenCredentials/index.ts +++ b/src/authentication/azureTokenCredentials/index.ts @@ -4,5 +4,5 @@ * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ -export { TokenCredentialAuthenticationProviderOptions } from "./ITokenCredentialAuthenticationProviderOptions"; +export type { TokenCredentialAuthenticationProviderOptions } from "./ITokenCredentialAuthenticationProviderOptions"; export { TokenCredentialAuthenticationProvider } from "./TokenCredentialAuthenticationProvider";