Skip to content

Commit 6682ed5

Browse files
committed
Update options.ts
1 parent cd88163 commit 6682ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/v2/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface GlobalOptions {
120120
/**
121121
* Region where functions should be deployed.
122122
*/
123-
region?: SupportedRegion | string | Expression<string> | ResetValue;
123+
region?: SupportedRegion | SupportedRegion[] | string | Expression<string> | ResetValue;
124124

125125
/**
126126
* Amount of memory to allocate to a function.

0 commit comments

Comments
 (0)