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

6 lines
217 B
TypeScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
import { AzureRegion } from "./AzureRegion";
export type AzureRegionConfiguration = {
azureRegion?: AzureRegion;
environmentRegion: string | undefined;
};
//# sourceMappingURL=AzureRegionConfiguration.d.ts.map