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 88792df commit 6eda096Copy full SHA for 6eda096
src/IterablePushPlatform.ts
@@ -1,7 +1,5 @@
1
-enum IterablePushPlatform {
+export enum IterablePushPlatform {
2
sandbox = 0,
3
production = 1,
4
auto = 2,
5
}
6
-
7
-export { IterablePushPlatform };
0 commit comments