From b21f48d0a0b3c6d32b8eb9a3b5c84f8ff3dbc136 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 7 Feb 2024 18:06:04 -0500 Subject: Using supabase as the main db --- src/env.d.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/env.d.ts') diff --git a/src/env.d.ts b/src/env.d.ts index acef35f..1381ce5 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1,2 +1,13 @@ /// /// +declare module 'sanitize-html'; +declare module 'dompurify'; + +interface ImportMetaEnv { + readonly PUBLIC_SUPABASE_URL: string + readonly PUBLIC_SUPABASE_ANON_KEY: string +} + +interface ImportMeta { + readonly env: ImportMetaEnv +} -- cgit v1.2.3