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.
2 parents 68ca747 + e90aff5 commit 763c8a7Copy full SHA for 763c8a7
types/pro/pro.d.ts
@@ -47,12 +47,7 @@ declare module 'libsession_util_nodejs' {
47
// errors: Array<string>;
48
// };
49
50
- // Must match session-desktop
51
- export enum ProOriginatingPlatform {
52
- Nil = 'Nil',
53
- GooglePlayStore = 'Google',
54
- iOSAppStore = 'iOS',
55
- }
+ export type ProOriginatingPlatform = 'Nil' | 'Google' | 'iOS';
56
57
export type ProBackendProviderConstantType = {
58
device: string;
0 commit comments