@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
5 lines (4 loc) • 307 B
TypeScript
/**
* Utility function that are only meant to be used internally. It would not guarantee backward compatibility if they were used outside of the package.
*/
export declare const isCoreServicesOrgUrlDNSError: (error: any, coreServicesOrgUrl: string | null, dynamicsLocationCode: string | null) => boolean;