Skip to content

Commit 1a2476a

Browse files
pickypgdelvedor
authored andcommitted
ClientOptions["cloud"] should have optional auth fields (#1032)
1 parent 0c823a2 commit 1a2476a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ interface ClientOptions {
101101
cloud?: {
102102
id: string;
103103
// TODO: remove username and password here in 8
104-
username: string;
105-
password: string;
104+
username?: string;
105+
password?: string;
106106
}
107107
}
108108

0 commit comments

Comments
 (0)