From f13a44ba5abf44cf52c068b75d94c4eccc8b498e Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Sun, 29 Jun 2025 17:51:48 +0000 Subject: [PATCH] Deleted files due to changes in requirements --- src/lib/utils/application-interfaces.ts | 17 ----------------- src/lib/utils/endpoint.ts | 0 2 files changed, 17 deletions(-) delete mode 100644 src/lib/utils/application-interfaces.ts delete mode 100644 src/lib/utils/endpoint.ts diff --git a/src/lib/utils/application-interfaces.ts b/src/lib/utils/application-interfaces.ts deleted file mode 100644 index 6123545..0000000 --- a/src/lib/utils/application-interfaces.ts +++ /dev/null @@ -1,17 +0,0 @@ -export interface IEndpointDatabase { - - // TODO: change return type to endpoint - initDB(): boolean - getEndpoint(name: string): boolean - addEndpoint(name: string): boolean - deleteEndpoint(name: string): boolean - modifyEndpoint(name: string): boolean - -} - -export interface IApplicationSettingsDatabase { - // TODO: specify settings, if any - initDB(): boolean - getSetting(name: string): any - setSetting(name: string, value: any) -} \ No newline at end of file diff --git a/src/lib/utils/endpoint.ts b/src/lib/utils/endpoint.ts deleted file mode 100644 index e69de29..0000000