unlockWithSecurityVerification.d.ts 236 B

12345678
  1. declare function unlockWithSecurityVerification(): Promise<{}>;
  2. declare namespace unlockWithSecurityVerification {
  3. var version: {
  4. android: string;
  5. ios: string;
  6. };
  7. }
  8. export default unlockWithSecurityVerification;