Skip to content

Commit 6eda096

Browse files
committed
Updated export structure for IterablePushPlatform
1 parent 88792df commit 6eda096

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/IterablePushPlatform.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
enum IterablePushPlatform {
1+
export enum IterablePushPlatform {
22
sandbox = 0,
33
production = 1,
44
auto = 2,
55
}
6-
7-
export { IterablePushPlatform };

0 commit comments

Comments
 (0)