@integrate.team/react-chatbot-types
Version:
text format markdown
16 lines • 385 B
JavaScript
;
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