Skip to content

Commit 374109c

Browse files
Update index.ts
exporting type to surpress the TS error: 'Re-exporting a type when 'isolatedModules' is enabled requires using 'export type'.'
1 parent f4bfaf0 commit 374109c

File tree

1 file changed

+1
-1
lines changed
  • src/authentication/azureTokenCredentials

1 file changed

+1
-1
lines changed

src/authentication/azureTokenCredentials/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* See License in the project root for license information.
55
* -------------------------------------------------------------------------------------------
66
*/
7-
export { TokenCredentialAuthenticationProviderOptions } from "./ITokenCredentialAuthenticationProviderOptions";
7+
export type { TokenCredentialAuthenticationProviderOptions } from "./ITokenCredentialAuthenticationProviderOptions";
88
export { TokenCredentialAuthenticationProvider } from "./TokenCredentialAuthenticationProvider";

0 commit comments

Comments
 (0)