src/constants/enums/legalOptions.js

Summary

Maintainability
A
0 mins
Test Coverage
// Legal / Investigations / History
export const US_DEPT_OF_TREASURY = 'U.S. Department of Treasury'
export const FOREIGN_GOVT = 'Foreign government'
export const OTHER = 'Other'

export const offenseChargeTypes = [
  'Felony', 'Misdemeanor', 'Other',
]