add discovery of people's profiles, and update profile endpoints for latest server version

This commit is contained in:
2025-01-18 20:02:20 -07:00
parent 8eb8b746d7
commit f3f8aeefc3
6 changed files with 339 additions and 178 deletions

View File

@@ -0,0 +1,7 @@
export interface UserProfile {
description: string;
locLat?: number;
locLon?: number;
issuerDid: string;
rowid?: string;
}