Proksea/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts
2024-07-05 00:09:37 +08:00

6 lines
217 B
TypeScript

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