@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
13 lines (12 loc) • 626 B
TypeScript
declare const getIC3ClientCDNUrl: (version?: string) => string;
declare const getIC3AdapterCDNUrl: (version?: string) => string;
declare const getACSAdapterCDNUrl: (version?: string) => string;
declare const getDirectLineCDNUrl: (version?: string) => string;
declare const _default: {
getIC3ClientCDNUrl: (version?: string) => string;
getIC3AdapterCDNUrl: (version?: string) => string;
getACSAdapterCDNUrl: (version?: string) => string;
getDirectLineCDNUrl: (version?: string) => string;
};
export default _default;
export { getIC3ClientCDNUrl, getIC3AdapterCDNUrl, getACSAdapterCDNUrl, getDirectLineCDNUrl };