forked from jsnbuchanan/crowd-funder-for-time-pwa
rename "push" to "webPush" for future-proofing
This commit is contained in:
@@ -20,7 +20,7 @@ export type Settings = {
|
||||
lastViewedClaimId?: string; // Last viewed claim ID
|
||||
lastNotifiedClaimId?: string; // Last notified claim ID
|
||||
isRegistered?: boolean;
|
||||
pushServer?: string; // Push server URL
|
||||
webPushServer?: string; // Web Push server URL
|
||||
|
||||
// Array of named search boxes defined by bounding boxes
|
||||
searchBoxes?: Array<{
|
||||
|
||||
Reference in New Issue
Block a user