UNPKG

customerio-gist-web

Version:

Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io

7 lines (6 loc) 415 B
import type { NetworkResponse } from './network'; export declare const userQueueNextPullCheckLocalStoreName = "gist.web.userQueueNextPullCheck"; export declare const sessionIdLocalStoreName = "gist.web.sessionId"; export declare function getUserQueue(): Promise<NetworkResponse | undefined>; export declare function getQueueSSEEndpoint(): string | null; export declare function getPollingIntervalSeconds(): number;