fix(core): update
This commit is contained in:
1
ts/interfaces/droplets.ts
Normal file
1
ts/interfaces/droplets.ts
Normal file
@ -0,0 +1 @@
|
||||
export type TDropletSizes = 's-1vcpu-1gb';
|
1
ts/interfaces/images.ts
Normal file
1
ts/interfaces/images.ts
Normal file
@ -0,0 +1 @@
|
||||
export type TImages = 'ubuntu-18-04-x64';
|
3
ts/interfaces/index.ts
Normal file
3
ts/interfaces/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export * from './droplets';
|
||||
export * from './regions';
|
||||
export * from './images';
|
4
ts/interfaces/regions.ts
Normal file
4
ts/interfaces/regions.ts
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* An interface describing the available regions
|
||||
*/
|
||||
export type TRegions = 'ams1' | 'ams2' | 'ams3' | 'fra1' | 'nyc1' | 'nyc2' | 'nyc3';
|
Reference in New Issue
Block a user