We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20a2d63 + 6af6139 commit 5464404Copy full SHA for 5464404
.travis.yml
@@ -1,6 +1,5 @@
1
language: node_js
2
node_js:
3
-- '4'
4
- '6'
5
- '8'
6
before_script:
index.d.ts
@@ -128,7 +128,7 @@ export declare namespace conf {
128
/**
129
* @default null
130
*/
131
- zone?: 'huadong' | 'huabei' | 'huanan' | 'beimei';
+ zone?: Zone,
132
133
134
* @default -1
0 commit comments