digitalocean/ts/interfaces/regions.ts

5 lines
142 B
TypeScript
Raw Permalink Normal View History

2019-01-05 21:00:02 +00:00
/**
* An interface describing the available regions
*/
export type TRegions = 'ams1' | 'ams2' | 'ams3' | 'fra1' | 'nyc1' | 'nyc2' | 'nyc3';