Skip to content

Commit

Permalink
ClientOptions["cloud"] should have optional auth fields (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
pickypg authored and delvedor committed Jan 7, 2020
1 parent 6cef0af commit 185cfa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ interface ClientOptions {
cloud?: {
id: string;
// TODO: remove username and password here in 8
username: string;
password: string;
username?: string;
password?: string;
}
}

Expand Down

0 comments on commit 185cfa3

Please sign in to comment.