UNPKG

customerio-gist-web

Version:

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

5 lines (4 loc) 357 B
import type { NetworkResponse } from './network'; import type { StepDisplayConfig } from '../types'; export declare function savePreviewDisplaySettings(cioPreviewId: string, displaySettings: StepDisplayConfig[]): Promise<NetworkResponse | undefined>; export declare function deletePreviewSession(cioPreviewId: string): Promise<NetworkResponse | undefined>;