export interface UserNavProperty {
  key: string;
  value: string;
}
