department-of-veterans-affairs/vets-website

View on GitHub
src/applications/lgy/coe/status/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
export const DOCUMENT_TYPES = [
  'Discharge or separation papers (DD214)',
  'Annual retirement points',
  'Proof of honorable service',
  'Report of Separation and Record of Service (NGB Form 22)',
  'Retirement Points Statement (NGB Form 23)',
  'Statement of service',
  'ALTA statement',
  'Closing Disclosure',
  'HUD-1 Settlement Statement',
  'Statement from Loan Servicer',
  'Birth certificate',
  'Divorce decree',
  'Marriage certificate',
  'Name change document',
  'Other',
];

export const FILE_TYPES = ['pdf', 'jpeg', 'jpg', 'png'];