| 528 | message: string; |
| 529 | } |
| 530 | interface CachePurgeResult { |
| 531 | success: boolean; |
| 532 | errors: CachePurgeError[]; |
| 533 | } |
| 534 | interface CachePurgeOptions { |
| 535 | tags?: string[]; |
| 536 | pathPrefixes?: string[]; |
| 537 | purgeEverything?: boolean; |
no outgoing calls
no test coverage detected