Add additional account properties.

This commit is contained in:
Spencer Ofwiti 2021-03-14 11:20:48 +03:00
parent 8af6b251b9
commit cf4685ce4a
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
export interface AccountDetails {
date_registered: number;
gender: string;
age?: string;
type?: string;
identities: {
evm: {
'bloxberg:8996': string[];
@ -10,9 +12,12 @@ export interface AccountDetails {
longitude: number;
};
location: {
area?: string;
area_name: string;
area_type?: string;
};
products: string[];
category?: string;
vcard: {
email: [{
value: string;