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

add rollout strategy

This commit is contained in:
sunnylqm
2024-09-22 17:53:16 +08:00
parent a40d627edf
commit 34bc16ad70
4 changed files with 93 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ export interface CheckResult {
hash?: string;
description?: string;
metaInfo?: string;
config?: {
rollout?: number;
[key: string]: any;
};
pdiff?: string;
diff?: string;
full?: string;