Add additional account properties.
This commit is contained in:
parent
8af6b251b9
commit
cf4685ce4a
@ -1,6 +1,8 @@
|
|||||||
export interface AccountDetails {
|
export interface AccountDetails {
|
||||||
date_registered: number;
|
date_registered: number;
|
||||||
gender: string;
|
gender: string;
|
||||||
|
age?: string;
|
||||||
|
type?: string;
|
||||||
identities: {
|
identities: {
|
||||||
evm: {
|
evm: {
|
||||||
'bloxberg:8996': string[];
|
'bloxberg:8996': string[];
|
||||||
@ -10,9 +12,12 @@ export interface AccountDetails {
|
|||||||
longitude: number;
|
longitude: number;
|
||||||
};
|
};
|
||||||
location: {
|
location: {
|
||||||
|
area?: string;
|
||||||
area_name: string;
|
area_name: string;
|
||||||
|
area_type?: string;
|
||||||
};
|
};
|
||||||
products: string[];
|
products: string[];
|
||||||
|
category?: string;
|
||||||
vcard: {
|
vcard: {
|
||||||
email: [{
|
email: [{
|
||||||
value: string;
|
value: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user