export default interface EndpointParameters { appId?: string; endpoint: string; subscriptionKey: string; }