@aftership/web-pixels
Version:
AfterShip Web Pixels for data anaylsis
8 lines (7 loc) • 408 B
TypeScript
import { IdentifyData } from '../types/identify';
export declare function getUserProperties(): Promise<IdentifyData>;
export declare function getCustomerId(): Promise<any>;
export declare function setCustomerId(customerId: string): Promise<void>;
export declare function deleteCustomerId(): Promise<void>;
export declare function getUserPseudoId(): Promise<any>;
export declare function getSessionId(): any;