efriend
Version:
EFriend Node Library
18 lines (17 loc) • 527 B
JavaScript
;
/**
* 한국투자증권 EFriendExpert type
*
* @file packages/EFriendExpert/efriends/efriend.type.ts
* @version 0.0.1
* @license GNU General Public License v3.0
* @copyright 2017~2023, EFriendExport Community Team
* @author gye hyun james kim <pnuskgh@gmail.com>
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TR_TYPE = void 0;
var TR_TYPE;
(function (TR_TYPE) {
TR_TYPE["registration"] = "1";
TR_TYPE["release"] = "2";
})(TR_TYPE || (exports.TR_TYPE = TR_TYPE = {}));