UNPKG

tnzapi

Version:

Node.js Library for TNZ Group REST API

20 lines (15 loc) 398 B
const functions = require("../../../Functions"); const CommonApiResponseDTO = require("../../../Common/dtos/CommonApiResponseDTO"); class ActionApiResponseDTO extends CommonApiResponseDTO { MessageID; Status; JobNum; Action; constructor(data) { super(); functions.Map(this,data); } } module.exports = ActionApiResponseDTO;