We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dee33 commit c683faeCopy full SHA for c683fae
src/main/wrapper/CxConfig.ts
@@ -1,8 +1,8 @@
1
export class CxConfig {
2
- baseUri: string = undefined;
3
- pathToExecutable: string = undefined;
4
- clientId: string = undefined;
5
- clientSecret: string = undefined;
6
- apiKey: string = undefined;
7
- tenant:string =undefined;
+ baseUri: string = "";
+ pathToExecutable: string = "";
+ clientId: string = "";
+ clientSecret: string = "";
+ apiKey: string = "";
+ tenant:string ="";
8
}
0 commit comments