Skip to content

Commit 22c9d8f

Browse files
committed
Config update
1 parent 3db7c7e commit 22c9d8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export interface Config {
5050
environment: string;
5151
region?: Region;
5252
branch?: string;
53+
live_preview?: LivePreview;
5354
fetchOptions?: object;
5455
}
5556
// Stack Config
@@ -111,6 +112,9 @@ export class Stack {
111112
}
112113

113114
export function Stack(config: Config): Stack;
115+
/**
116+
* @deprecated since version 3.15.0
117+
*/
114118
export function Stack(api_key: string, access_token: string, environment_name: string, region?: string, fetchOptions?: object): Stack;
115119

116120
export class ContentType {

0 commit comments

Comments
 (0)