UNPKG

@retentful/core

Version:

This is the button widget that you import into the app

4 lines (3 loc) 290 B
import { Session, FeedbackState, EndAction } from "./types"; export declare const completeSession: (session: Session, endAction: EndAction, feedbackState: FeedbackState) => Promise<void>; export declare function createSession(sessionId: string, appId: string, customerId: string): Session;