contact recoreds done
This commit is contained in:
9
src/lib/constants.ts
Normal file
9
src/lib/constants.ts
Normal file
@ -0,0 +1,9 @@
|
||||
// Contact record types
|
||||
export const CONTACT_TYPES = [
|
||||
{ value: 'Email', label: 'Email' },
|
||||
{ value: 'EmailSent', label: 'Email sent' },
|
||||
{ value: 'EmailReceived', label: 'Email received' },
|
||||
{ value: 'Phone', label: 'Phone' },
|
||||
{ value: 'Meeting', label: 'Meeting' },
|
||||
{ value: 'Other', label: 'Other' }
|
||||
];
|
||||
Reference in New Issue
Block a user