UNPKG
tnzapi
Version:
latest (2.4.2)
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
1.0.2
1.0.1
1.0.0
Node.js Library for TNZ Group REST API
www.tnz.co.nz
tnzapi
/
lib
/
Common
/
dtos
/
CommonListApiResponseDTO.js
11 lines
(9 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
class
CommonListApiResponseDTO
{ Result =
"Failed"
; TotalRecords =
0
; RecordsPerPage =
100
; PageCount =
1
; Page =
1
; } module.exports = CommonListApiResponseDTO;