Skip to content

Commit 39be319

Browse files
committed
docs(credential-provider-*): mark laodedConfigs param internal
1 parent d6f805e commit 39be319

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/credential-provider-ini/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export interface FromIniInit extends SharedConfigInit {
5353
/**
5454
* A promise that will be resolved with loaded and parsed credentials files.
5555
* Used to avoid loading shared config files multiple times.
56+
*
57+
* @internal
5658
*/
5759
loadedConfig?: Promise<SharedConfigFiles>;
5860

packages/credential-provider-process/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export interface FromProcessInit extends SharedConfigInit {
1818
/**
1919
* A promise that will be resolved with loaded and parsed credentials files.
2020
* Used to avoid loading shared config files multiple times.
21+
*
22+
* @internal
2123
*/
2224
loadedConfig?: Promise<SharedConfigFiles>;
2325
}

packages/node-config-provider/src/fromSharedConfigFiles.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export interface SharedConfigInit extends BaseSharedConfigInit {
2626
/**
2727
* A promise that will be resolved with loaded and parsed credentials files.
2828
* Used to avoid loading shared config files multiple times.
29+
*
30+
* @internal
2931
*/
3032
loadedConfig?: Promise<SharedConfigFiles>;
3133
}

0 commit comments

Comments
 (0)