fpt-akainsights-react-native
Version:
React Native Plugin for the akaInsights Javascript SDK
14 lines (13 loc) • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var DeviceInfo_1 = require("../helpers/DeviceInfo");
var CategoryViewRequestDto = /** @class */ (function () {
function CategoryViewRequestDto() {
this.device_token = DeviceInfo_1.getDeviceToken();
this.category_id = '';
this.category_name = '';
this.created_at = new Date();
}
return CategoryViewRequestDto;
}());
exports.default = CategoryViewRequestDto;