"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const responseCode_1=require("./responseCode");function NMLResponse(d,a=null,b=""){return{code:d,message:b,data:a,success:d===responseCode_1.ResponseCode.OK}}exports.NMLResponse=NMLResponse;