* Generate crm apps map * Remove .tsx file * Use `CrmServiceMap` in `getCrm` * Remove unused types * Type fixes * Type fixes
13 lines
472 B
TypeScript
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"),
|
|
};
|