Skip to content

Commit 55cc95c

Browse files
committed
Fix ConfigOptions.zone type
1 parent 8442eaf commit 55cc95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export declare namespace conf {
128128
/**
129129
* @default null
130130
*/
131-
zone?: 'huadong' | 'huabei' | 'huanan' | 'beimei';
131+
zone?: Zone,
132132

133133
/**
134134
* @default -1

0 commit comments

Comments
 (0)