UNPKG

@kustomer/chat-react-native

Version:

Kustomer Chat SDK wrapper for React Native

13 lines 398 B
export interface KustomerCustomerAttributes { /** @deprecated Use `sharedEmails` instead */ emails?: string[]; sharedEmails?: string[]; /** @deprecated use sharedPhones instead */ phones?: string[]; sharedPhones?: string[]; twitter?: string; facebook?: string; instagram?: string; linkedin?: string; } //# sourceMappingURL=KustomerCustomerAttributes.d.ts.map