interface IDataBaseResponse {
    rows: any[];
}

Properties

Properties

rows: any[]