forked from jsnbuchanan/crowd-funder-for-time-pwa
copy a list of contacts and then import
This commit is contained in:
@@ -4,8 +4,8 @@ export interface Contact {
|
||||
nextPubKeyHashB64?: string; // base64-encoded SHA256 hash of next public key
|
||||
profileImageUrl?: string;
|
||||
publicKeyBase64?: string;
|
||||
seesMe?: boolean;
|
||||
registered?: boolean;
|
||||
seesMe?: boolean; // cached value of the server setting
|
||||
registered?: boolean; // cached value of the server setting
|
||||
}
|
||||
|
||||
export const ContactSchema = {
|
||||
|
||||
Reference in New Issue
Block a user