UNPKG

xoh-xapi

Version:
9 lines (8 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TRANS_DELETE = exports.TRANS_MODIFY = exports.TRANS_CLOSE = exports.TRANS_PENDING = exports.TRANS_OPEN = void 0; exports.TRANS_OPEN = 0; exports.TRANS_PENDING = 1; exports.TRANS_CLOSE = 2; exports.TRANS_MODIFY = 3; exports.TRANS_DELETE = 4;