From 92921568da319c4745e488b39f986f469f14ca73 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 23 Nov 2025 15:33:45 +0500 Subject: [PATCH] chore: move types into project root --- types/index.ts => types.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename types/index.ts => types.ts (100%) diff --git a/types/index.ts b/types.ts similarity index 100% rename from types/index.ts rename to types.ts