Skip to content

Commit

Permalink
fix: add _autogenerated to UpLinkConf
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 25, 2019
1 parent c8acf18 commit 436bd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ type StringValue = string | void | null;
headers?: Headers;
auth?: UpLinkTokenConf;
strict_ssl?: boolean | void;
_autogenerated?: boolean;
}

type AuthPluginPackage = {
Expand Down

0 comments on commit 436bd91

Please sign in to comment.