forked from jsnbuchanan/crowd-funder-for-time-pwa
Merging changes
This commit is contained in:
@@ -13,7 +13,6 @@ export type BoundingBox = {
|
||||
*/
|
||||
export type Settings = {
|
||||
id: number; // Only one entry using MASTER_SETTINGS_KEY
|
||||
|
||||
activeDid?: string; // Active Decentralized ID
|
||||
apiServer?: string; // API server URL
|
||||
firstName?: string; // User's first name
|
||||
@@ -22,6 +21,7 @@ export type Settings = {
|
||||
lastNotifiedClaimId?: string; // Last notified claim ID
|
||||
|
||||
// Array of named search boxes defined by bounding boxes
|
||||
|
||||
searchBoxes?: Array<{
|
||||
name: string;
|
||||
bbox: BoundingBox;
|
||||
|
||||
Reference in New Issue
Block a user