UNPKG

@integrate.team/react-chatbot-types

Version:
16 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TOKEN = exports.TYPE_CARD = exports.END_POINT = void 0; exports.END_POINT = { CONVERSTATION: "" }; exports.TYPE_CARD = { QUICKREPLY: "quickreply", TEXT: "text", IMAGE: "image", CAROUSEL: "carousel" }; exports.TOKEN = { ACCCESS_TOKEN: "" }; //# sourceMappingURL=constant.js.map