ConsentType.ts 110 B

12345
  1. enum ConsentType {
  2. COMMUNICATION = 'communication',
  3. HAS_NOTES = 'hasNotes',
  4. }
  5. export default ConsentType;