export interface DataConectionProtocols { host: string; port: number; dbname: string; username: string; password: string; }