UNPKG

110 BTypeScriptView Raw
1/**
2 * @hidden
3 */
4export interface IInstanceDiscoveryResponse {
5 TenantDiscoveryEndpoint: string;
6}