Skip to content

Commit dce61f8

Browse files
committed
add clearWhitelistAndUpdateBlock action type
1 parent 73249aa commit dce61f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-native-device-activity/src/ReactNativeDeviceActivity.types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ export type Action =
249249
| ({
250250
type: "clearWhitelist";
251251
} & CommonTypeParams)
252+
| ({
253+
type: "clearWhitelistAndUpdateBlock";
254+
} & CommonTypeParams)
252255
| ({
253256
type: "sendNotification";
254257
payload: NotificationPayload;

0 commit comments

Comments
 (0)