/**
 * @hidden
 */
export interface IInstanceDiscoveryResponse {
    TenantDiscoveryEndpoint: string;
}
