1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 21:33:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2024-07-25 22:52:18 +08:00
parent 0fdb33ab10
commit 28b8e122af
4 changed files with 29 additions and 2 deletions

View File

@@ -81,3 +81,8 @@ export interface PushyOptions {
debug?: boolean;
throwError?: boolean;
}
export interface PushyTestPayload {
type: '__rnPushyVersionHash';
data: any;
}