const LockStatus = {
NoLock: 0,
Locked: 1,
Frozen: 2,
Unlocked: 3,
}
module.exports = { LockStatus }