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

parseTestPayload

This commit is contained in:
sunnylqm
2024-07-28 21:26:21 +08:00
parent a77c3c85f3
commit 4f80f96a8d
3 changed files with 40 additions and 11 deletions

View File

@@ -83,6 +83,6 @@ export interface PushyOptions {
}
export interface PushyTestPayload {
type: '__rnPushyVersionHash';
type: '__rnPushyVersionHash' | string | null;
data: any;
}