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 518e16e commit e35ede0Copy full SHA for e35ede0
src/crypto/index.ts
@@ -121,7 +121,7 @@ interface IInitOpts {
121
122
export interface IBootstrapCrossSigningOpts {
123
setupNewCrossSigning?: boolean;
124
- authUploadDeviceSigningKeys?(makeRequest: (authData: any) => {}): Promise<void>;
+ authUploadDeviceSigningKeys?(makeRequest: (authData: any) => Promise<{}>): Promise<void>;
125
}
126
127
/* eslint-disable camelcase */
0 commit comments