customerio-gist-web
Version:
Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io
6 lines (5 loc) • 342 B
TypeScript
import type { NetworkResponse } from '../services/network';
export declare function ensureInboxDependencies(): Promise<void>;
export declare function initializeInboxFromCache(): Promise<void>;
export declare function processInboxConfig(response: NetworkResponse | undefined): Promise<void>;
export declare function isInboxEnabled(): boolean;