lamassu-server/lib/plugins/compliance/consts.js
2024-06-17 22:11:24 +01:00

6 lines
No EOL
101 B
JavaScript

module.exports = {
WAIT: 'WAIT',
RETRY: 'RETRY',
APPROVED: 'APPROVED',
REJECTED: 'REJECTED'
}