Files
calendar/packages/app-store/crm.apps.generated.ts
T
Joe Au-YeungandGitHub 07969f5287 perf: Add CrmServiceMap (#19718)
* Generate crm apps map

* Remove .tsx file

* Use `CrmServiceMap` in `getCrm`

* Remove unused types

* Type fixes

* Type fixes
2025-03-05 14:58:02 -03:00

13 lines
472 B
TypeScript

/**
This file is autogenerated using the command `yarn app-store:build --watch`.
Don't modify this file manually.
**/
export const CrmServiceMap = {
closecom: import("./closecom/lib/CrmService"),
hubspot: import("./hubspot/lib/CrmService"),
"pipedrive-crm": import("./pipedrive-crm/lib/CrmService"),
salesforce: import("./salesforce/lib/CrmService"),
"zoho-bigin": import("./zoho-bigin/lib/CrmService"),
zohocrm: import("./zohocrm/lib/CrmService"),
};