Skip to content

Commit

Permalink
fix(types): remove @internal jsdoc tag from profile types (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Mar 21, 2022
1 parent d430734 commit 2d7c151
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/types/src/profile.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
/**
* @internal
*/
export interface Profile {
[key: string]: string | undefined;
}

/**
* @internal
*/
export interface ParsedIniData {
[key: string]: Profile;
}

/**
* @internal
*/
export interface SharedConfigFiles {
credentialsFile: ParsedIniData;
configFile: ParsedIniData;
Expand Down

0 comments on commit 2d7c151

Please sign in to comment.