forked from jsnbuchanan/crowd-funder-for-time-pwa
Fixes and updates
This commit is contained in:
@@ -19,9 +19,10 @@ export type Settings = {
|
||||
lastName?: string; // User's last name
|
||||
lastViewedClaimId?: string; // Last viewed claim ID
|
||||
lastNotifiedClaimId?: string; // Last notified claim ID
|
||||
isRegistered?: boolean;
|
||||
|
||||
// Array of named search boxes defined by bounding boxes
|
||||
|
||||
|
||||
searchBoxes?: Array<{
|
||||
name: string;
|
||||
bbox: BoundingBox;
|
||||
|
||||
Reference in New Issue
Block a user