declare enum OmnichannelErrorCodes {
    WidgetUseOutsideOperatingHour = 705,
    WidgetNotFound = 701
}
export default OmnichannelErrorCodes;
