export interface DatabaseConfig { host: string; port: number | string; name: string; user: string; }