Skip to content

Commit 436bd91

Browse files
@jotadevelopersergiohgz
authored andcommitted
fix: add _autogenerated to UpLinkConf
1 parent c8acf18 commit 436bd91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ type StringValue = string | void | null;
170170
headers?: Headers;
171171
auth?: UpLinkTokenConf;
172172
strict_ssl?: boolean | void;
173+
_autogenerated?: boolean;
173174
}
174175

175176
type AuthPluginPackage = {

0 commit comments

Comments
 (0)