Skip to content

Commit 2795ef3

Browse files
Update index.ts (#1896)
exporting type to surpress the TS error: 'Re-exporting a type when 'isolatedModules' is enabled requires using 'export type'.' Co-authored-by: Musale Martin <martinmshale@gmail.com>
1 parent 58b1507 commit 2795ef3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/authentication/azureTokenCredentials/index.ts

+1-1
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)