cletus/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts
2025-05-09 15:53:19 -05:00

6 lines
No EOL
225 B
TypeScript

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