UNPKG

@defra-fish/sales-api-service

Version:
14 lines (11 loc) 238 B
const CONCESSION = { SENIOR: 'Senior', JUNIOR: 'Junior', DISABLED: 'Disabled' } const CONCESSION_PROOF = { none: 'No Proof', blueBadge: 'Blue Badge', NI: 'National Insurance Number' } export { CONCESSION, CONCESSION_PROOF }