UNPKG

customerio-gist-web

Version:

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

4 lines (3 loc) 246 B
import type { GistMessage, ResolvedMessageProperties } from '../types'; export declare const MESSAGE_PROPERTY_DEFAULTS: ResolvedMessageProperties; export declare function resolveMessageProperties(message: GistMessage): ResolvedMessageProperties;