Skip to content

Commit

Permalink
Update options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheCVB authored Oct 25, 2024
1 parent 6df3787 commit db6fcc0
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 db6fcc0

Please sign in to comment.