parameterize main identifier (to prepare the way for multiple)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// a singleton
|
||||
export type Settings = {
|
||||
id: number;
|
||||
id: number; // there's only one entry: MASTER_SETTINGS_KEY
|
||||
activeDid?: string;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
showContactGivesInline?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user