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