export = IResult; interface IResult { rows: any[]; command?: string; rowCount?: number; oid?: string; }