UNPKG

@zencemarketing/web-sdk

Version:

ZenceMarketing Web SDK for push notifications, popups, and custom event tracking.

6 lines (5 loc) 262 B
import { InitData, SDKData, SDKResponse } from "../types/types.js"; declare function init(data: InitData): Promise<SDKResponse>; declare const getAuthToken: () => string | null; declare const getSdkData: () => SDKData; export { init, getSdkData, getAuthToken };