forked from jsnbuchanan/crowd-funder-for-time-pwa
add marker in feed to show where they've seen claims, plus other small clean-up
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
// a singleton
|
||||
export type Settings = {
|
||||
id: number; // there's only one entry: MASTER_SETTINGS_KEY
|
||||
|
||||
activeDid?: string;
|
||||
apiServer?: string;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
lastViewedClaimId?: string;
|
||||
showContactGivesInline?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user