Skip to content

Commit 269573e

Browse files
committed
remove unecessary [@bs.string]
1 parent 73078ea commit 269573e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/ReactNativePushNotificationIOS.re

+1-9
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,7 @@ external localNotification:
6060
~userInfo: Js.Json.t=?,
6161
~applicationIconBadgeNumber: int=?,
6262
~fireDate: Js.Date.t=?,
63-
~repeatInterval: [@bs.string] [
64-
| `minute
65-
| `hour
66-
| `day
67-
| `week
68-
| `month
69-
| `year
70-
]
71-
=?,
63+
~repeatInterval: [ | `minute | `hour | `day | `week | `month | `year]=?,
7264
unit
7365
) =>
7466
localNotification;

0 commit comments

Comments
 (0)