@kustomer/chat-react-native
Version:
Kustomer Chat SDK wrapper for React Native
13 lines • 331 B
TypeScript
export interface KustomerTrackingIdentity {
id?: string;
customerId?: string;
trackingId?: string;
trackingToken?: string;
email?: string;
externalId?: string;
verified?: boolean;
verifiedAt?: Date;
createdAt?: Date;
updatedAt?: Date;
}
//# sourceMappingURL=KustomerTrackingIdentity.d.ts.map