export interface UserProfile { description: string; locLat?: number; locLon?: number; issuerDid: string; rowid?: string; }