Type alias UserGDPRResponse
UserGDPRResponse: {
events: {
ipAddresses: string[];
userAgents: string[];
};
user: {
email: string;
lastActiveChatUnixTimestamp: 1706353169;
lastActiveUnixTimestamp: 1706353169;
lastIPAddress: string;
nickName: string | null;
personal: {
city: string | null;
companyName: string | null;
country: string | null;
firstName: string | null;
lastName: string | null;
postalCode: string | null;
street: string | null;
streetNumber: string | null;
vatId: string | null;
};
};
}
Type declaration
events: {
ipAddresses: string[];
userAgents: string[];
}
ipAddresses: string[]
userAgents: string[]
user: {
email: string;
lastActiveChatUnixTimestamp: 1706353169;
lastActiveUnixTimestamp: 1706353169;
lastIPAddress: string;
nickName: string | null;
personal: {
city: string | null;
companyName: string | null;
country: string | null;
firstName: string | null;
lastName: string | null;
postalCode: string | null;
street: string | null;
streetNumber: string | null;
vatId: string | null;
};
}
email: string
lastActiveChatUnixTimestamp: 1706353169
lastActiveUnixTimestamp: 1706353169
lastIPAddress: string
nickName: string | null
personal: {
city: string | null;
companyName: string | null;
country: string | null;
firstName: string | null;
lastName: string | null;
postalCode: string | null;
street: string | null;
streetNumber: string | null;
vatId: string | null;
}
city: string | null
companyName: string | null
country: string | null
firstName: string | null
lastName: string | null
postalCode: string | null
street: string | null
streetNumber: string | null
vatId: string | null