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