export interface PgParams { database: string; host: string; user: string; password: string; name: string; secretRefName: string; }