mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-11 03:44:39 +00:00
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
|