From f794fa9e0ef2c3de816895d4c93abc38f86c398e Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 25 Nov 2022 13:25:20 +0530 Subject: [PATCH] chore: cleanup --- src/lib/types.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib/types.d.ts b/src/lib/types.d.ts index e762d8b7..cb70ca3e 100644 --- a/src/lib/types.d.ts +++ b/src/lib/types.d.ts @@ -1,11 +1,3 @@ -/** - * Can be made globally available by placing this - * inside `global.d.ts` and removing `export` keyword - */ -export interface Locals { - userid: string; -} - export interface MarkerData { severity: number; message: string;