ClientOptions["cloud"] should have optional auth fields (#1032)
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user