LookAtMySuitBot/js/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts

6 lines
217 B
TypeScript

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