forked from trent_larson/crowd-funder-for-time-pwa
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
This commit is contained in:
@@ -3,5 +3,5 @@ export interface UserProfile {
|
||||
locLat?: number;
|
||||
locLon?: number;
|
||||
issuerDid: string;
|
||||
rowid?: string;
|
||||
rowId?: string; // set on profile retrieved from server
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user