UNPKG

@azure/msal-common

Version:
6 lines 225 B
import { AzureRegion } from "./AzureRegion.js"; export type AzureRegionConfiguration = { azureRegion?: AzureRegion; environmentRegion: string | undefined; }; //# sourceMappingURL=AzureRegionConfiguration.d.ts.map