Skip to content

Commit 7691fdf

Browse files
committed
Update fastly:cache.d.ts
1 parent 40a98e1 commit 7691fdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/fastly:cache.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
declare module "fastly:cache" {
22

33
interface PurgeOptions {
4+
/**
5+
* "pop" - This will remove the content from the POP that contains the currently executing instance.
6+
* "global" - This will remove the content from all of Fastly.
7+
*/
48
scope: "pop" | "global"
59
}
610

0 commit comments

Comments
 (0)