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 68ca747 commit e90aff5Copy full SHA for e90aff5
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