UNPKG

@ginstone/nga-api

Version:

11 lines (10 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserMoreInfo = void 0; class UserMoreInfo { constructor(data, type) { this.data = data; this.type = type; } } exports.UserMoreInfo = UserMoreInfo;