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