WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/undici-types/cache-interceptor.d.ts
@@ -38,6 +38,13 @@
     * @default 'shared'
     */
    type?: 'shared' | 'private'
    /**
     * Array of origins to cache. Only requests to these origins will be cached.
     * Supports strings (case insensitive) and RegExp patterns.
     * @default undefined (cache all origins)
     */
    origins?: (string | RegExp)[]
  }
  export interface CacheControlDirectives {