refactor: clean code
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import {CacheType} from "@model/cacheType";
|
||||
|
||||
export interface CacheResponse {
|
||||
type: CacheType;
|
||||
server?: string;
|
||||
port: number;
|
||||
password?: string;
|
||||
type: CacheType;
|
||||
server?: string;
|
||||
port: number;
|
||||
password?: string;
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
import {DatabaseType} from "@model/databaseType";
|
||||
|
||||
export interface DatabaseResponse {
|
||||
type: DatabaseType;
|
||||
server?: string;
|
||||
port: number;
|
||||
database?: string;
|
||||
user?: string;
|
||||
ssl: boolean;
|
||||
password?: string;
|
||||
pathToDatabase?: string;
|
||||
type: DatabaseType;
|
||||
server?: string;
|
||||
port: number;
|
||||
database?: string;
|
||||
user?: string;
|
||||
ssl: boolean;
|
||||
password?: string;
|
||||
pathToDatabase?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user