UNPKG

@xapp/chat-widget

Version:
10 lines (9 loc) 280 B
import 'rollup-plugin-inject-process-env'; import { ActionType } from "../ChatAction"; /** * This is not used anymore. It was part of the handshake with the legacy "chat server" * * @param token * @returns */ export default function receiveToken(token: string): ActionType;