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

update queryurls

This commit is contained in:
sunnylqm
2024-07-27 17:37:54 +08:00
parent 88bacdfb15
commit 2357a0b78d
2 changed files with 9 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ export type UpdateEventsLogger = ({
export interface PushyServerConfig {
main: string;
backups?: string[];
queryUrl?: string;
queryUrls?: string[];
}
export interface PushyOptions {