From b383dd0b0cae128de5eea889d8d9bc5989388d38 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Tue, 15 Apr 2025 09:31:43 -0500 Subject: [PATCH] Remove PageData typings for NDK and Pharos Those should be shared among client-side components with `setContext` and `getContext`. --- src/app.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.d.ts b/src/app.d.ts index 10e50ba..1b260cf 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -9,8 +9,6 @@ declare global { // interface Error {} // interface Locals {} interface PageData { - ndk?: NDK; - parser?: Pharos; waitable?: Promise; publicationType?: string; indexEvent?: NDKEvent;