UNPKG

es-entity

Version:

ORM framework for Node js based on Ecmascript 6 and Typescript.

7 lines (6 loc) 128 B
export default class ResultSet { rowCount: number = 0; id: any = null; rows: any[] = []; error: string | null = null; }