UNPKG

customerio-gist-web

Version:

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

3 lines (2 loc) 184 B
import type { NetworkResponse } from './network'; export declare function updateMessage(queueId: string, updatedFields: Record<string, unknown>): Promise<NetworkResponse | undefined>;