export type Integrations = {
    intercom?: string;
    frontchat?: string;
    osano?: string;
};
