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