mirror of
https://github.com/JonasunderscoreJones/aka-worker.git
synced 2025-10-23 18:09:19 +02:00
6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
declare module "config:middleware/serve-static-assets" {
|
|
import type { CacheControl } from "@cloudflare/kv-asset-handler";
|
|
|
|
export const spaMode: boolean;
|
|
export const cacheControl: Partial<CacheControl>;
|
|
}
|