UNPKG

@microsoft/omnichannel-chat-sdk

Version:
5 lines (4 loc) 307 B
/** * 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;