We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f561bc commit e3351dbCopy full SHA for e3351db
1 file changed
index.d.ts
@@ -95,7 +95,7 @@ export class Stack {
95
setHost(host: string): Stack;
96
setCachePolicy(policy: CachePolicy): Stack;
97
setCacheProvider(provider: object): Stack;
98
- setLivePreview(query: LivePreviewQuery): void;
+ livePreviewQuery(query: LivePreviewQuery): void;
99
clearByQuery(): Stack;
100
clearByContentType(): Stack;
101
clearAll(): Stack;
0 commit comments