UNPKG

@pagopa/dx-cli

Version:

A CLI useful to manage DX tools.

8 lines (7 loc) 448 B
import type { CloudRegion } from "../../domain/cloud-account.js"; export declare const locations: readonly ["italynorth", "westeurope"]; export type AzureLocation = (typeof locations)[number]; export declare function isAzureLocation(location: string): location is AzureLocation; export declare const defaultLocation: "italynorth"; export declare const locationShort: Record<AzureLocation, string>; export declare const cloudRegions: CloudRegion[];