interface PostgresQueryResultType {
    rowCount: number;
    rows: any[];
}

Properties

Properties

rowCount: number
rows: any[]