Skip to content

Commit

Permalink
Update options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheCVB committed Nov 19, 2024
1 parent cd88163 commit 6682ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export interface GlobalOptions {
/**
* Region where functions should be deployed.
*/
region?: SupportedRegion | string | Expression<string> | ResetValue;
region?: SupportedRegion | SupportedRegion[] | string | Expression<string> | ResetValue;

/**
* Amount of memory to allocate to a function.
Expand Down

0 comments on commit 6682ed5

Please sign in to comment.