efriend
Version:
EFriend Node Library
15 lines (14 loc) • 413 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>
*/
export var TR_TYPE;
(function (TR_TYPE) {
TR_TYPE["registration"] = "1";
TR_TYPE["release"] = "2";
})(TR_TYPE || (TR_TYPE = {}));