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.
2 parents e52f7c5 + 31b49a8 commit 28104ecCopy full SHA for 28104ec
src/lib/stack/client.ts
@@ -1,7 +1,7 @@
1
export type StackConnectionConfig = {
2
apiKey: string;
3
token: string;
4
- region: string;
+ region: any;
5
environment: string;
6
}
7
0 commit comments