export interface IDatabaseConfig { name: TName; host: string; port: number; database: string; user: string; password: string; }