Files
calendar/packages/app-store/intercom/api/index.ts
T
VachmaraandGitHub df598bf281 feat: improve Intercom app (#19687)
* fix: don't POST to cal.com/[user]/[type]

* fix: return html with cal calendar embed

* fix: intercom app team events types

* feat: improve Intercom UX integration

* Merge branch 'main' of https://github.com/calcom/cal.com
2025-03-04 10:48:31 +05:30

7 lines
280 B
TypeScript

export { default as add } from "./add";
export { default as callback } from "./callback";
export { default as initialize } from "./initialize";
export { default as configure } from "./configure";
export { default as get } from "./get";
export { default as sheet } from "./sheet";