WASecretBundle patch

This commit is contained in:
Adhiraj
2020-07-10 12:48:28 +05:30
parent 2a7d179822
commit 969ed87080
2 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export interface AuthenticationCredentialsBase64 {
}
export interface AuthenticationCredentialsBrowser {
WABrowserId: string
WASecretBundle: {encKey: string, macKey: string}
WASecretBundle: {encKey: string, macKey: string} | string
WAToken1: string
WAToken2: string
}