export default interface OmnichannelConfig {
    orgId: string;
    orgUrl: string;
    widgetId: string;
}
