From 397bef5cdf8417257df978f3923b8a531ca05b90 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 18 Jun 2024 16:35:46 +0200 Subject: [PATCH] refactor: move general interface to interfaces directory This commit relocates the 'general.interface.ts' file from the 'services' directory to the 'interfaces' directory. This structural change is meant to streamline the organization of the code base. --- src/{services => interfaces}/general.interface.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{services => interfaces}/general.interface.ts (100%) diff --git a/src/services/general.interface.ts b/src/interfaces/general.interface.ts similarity index 100% rename from src/services/general.interface.ts rename to src/interfaces/general.interface.ts