UNPKG

@serwist/next

Version:

A module that integrates Serwist into your Next.js application.

8 lines 197 B
export type MessageType = { type: "__FRONTEND_NAV_CACHE__"; url: URL | string; } | { type: "__START_URL_CACHE__"; url: URL | string; }; //# sourceMappingURL=sw-entry-worker.d.ts.map