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 449a3ee commit f503bf3Copy full SHA for f503bf3
types/stack/index.d.ts
@@ -18,7 +18,7 @@ import { Webhook, Webhooks } from "./webhook";
18
import { Workflow, Workflows } from "./workflow";
19
20
export interface StackConfig {
21
- api_key?:string
+ api_key:string
22
management_token?: string
23
branch_uid?: string
24
}
0 commit comments