regions.ts4 lines · main
1export const REGIONS: ReadonlyArray<{ id: string; label: string }> = [
2 { id: 'eu-west', label: 'Europe (Belgium)' },
3 { id: 'us-east', label: 'US East (Virginia)' },
4];