We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78a7e4 commit 72a0824Copy full SHA for 72a0824
src/function-configuration.ts
@@ -64,6 +64,6 @@ export interface RuntimeOptions {
64
}
65
66
export interface DeploymentOptions extends RuntimeOptions {
67
- regions?: string[];
+ regions?: Array<typeof SUPPORTED_REGIONS[number]>;
68
schedule?: Schedule;
69
0 commit comments