export interface AADEmyDataClientConfig {
    userId: string;
    subscriptionKey: string;
    livemode: boolean;
}
