Skip to content

Commit 2d7c151

Browse files
authored
fix(types): remove @internal jsdoc tag from profile types (#3452)
1 parent d430734 commit 2d7c151

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/types/src/profile.ts

-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
/**
2-
* @internal
3-
*/
41
export interface Profile {
52
[key: string]: string | undefined;
63
}
74

8-
/**
9-
* @internal
10-
*/
115
export interface ParsedIniData {
126
[key: string]: Profile;
137
}
148

15-
/**
16-
* @internal
17-
*/
189
export interface SharedConfigFiles {
1910
credentialsFile: ParsedIniData;
2011
configFile: ParsedIniData;

0 commit comments

Comments
 (0)