UNPKG

@microsoft/omnichannel-chat-sdk

Version:
5 lines (4 loc) 166 B
import { AdapterErrorEvent } from "./AdapterErrorEvent"; export interface IErrorEventSubscriber { notifyErrorEvent(adapterErrorEvent: AdapterErrorEvent): void; }