File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
credential-provider-ini/src
credential-provider-process/src Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ export interface FromIniInit extends SharedConfigInit {
53
53
/**
54
54
* A promise that will be resolved with loaded and parsed credentials files.
55
55
* Used to avoid loading shared config files multiple times.
56
+ *
57
+ * @internal
56
58
*/
57
59
loadedConfig ?: Promise < SharedConfigFiles > ;
58
60
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ export interface FromProcessInit extends SharedConfigInit {
18
18
/**
19
19
* A promise that will be resolved with loaded and parsed credentials files.
20
20
* Used to avoid loading shared config files multiple times.
21
+ *
22
+ * @internal
21
23
*/
22
24
loadedConfig ?: Promise < SharedConfigFiles > ;
23
25
}
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ export interface SharedConfigInit extends BaseSharedConfigInit {
26
26
/**
27
27
* A promise that will be resolved with loaded and parsed credentials files.
28
28
* Used to avoid loading shared config files multiple times.
29
+ *
30
+ * @internal
29
31
*/
30
32
loadedConfig ?: Promise < SharedConfigFiles > ;
31
33
}
You can’t perform that action at this time.
0 commit comments