mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Donations: Finish wiring up the 3ds validation flow
This commit is contained in:
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
@@ -21,6 +21,7 @@ import type {
|
||||
import type AccountManager from './textsecure/AccountManager';
|
||||
import type { WebAPIConnectType } from './textsecure/WebAPI';
|
||||
import type { CallingClass } from './services/calling';
|
||||
import type * as Donations from './services/donations';
|
||||
import type * as StorageService from './services/storage';
|
||||
import type { BackupsService } from './services/backups';
|
||||
import type * as Groups from './groups';
|
||||
@@ -164,6 +165,7 @@ export type SignalCoreType = {
|
||||
lightSessionResetQueue?: PQueue;
|
||||
retryPlaceholders?: RetryPlaceholders;
|
||||
storage: typeof StorageService;
|
||||
donations: typeof Donations;
|
||||
};
|
||||
SettingsWindowProps?: SettingsWindowPropsType;
|
||||
Migrations: ReturnType<typeof initializeMigrations>;
|
||||
|
||||
Reference in New Issue
Block a user