forked from jsnbuchanan/crowd-funder-for-time-pwa
add discovery of people's profiles, and update profile endpoints for latest server version
This commit is contained in:
7
src/libs/partnerServer.ts
Normal file
7
src/libs/partnerServer.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface UserProfile {
|
||||
description: string;
|
||||
locLat?: number;
|
||||
locLon?: number;
|
||||
issuerDid: string;
|
||||
rowid?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user