chore: voice call campaigns

This commit is contained in:
Sojan
2025-05-05 23:50:34 -07:00
parent 414daff4f1
commit 74cd639574
22 changed files with 803 additions and 16 deletions
@@ -1,4 +1,5 @@
export const CAMPAIGN_TYPES = {
ONGOING: 'ongoing',
ONE_OFF: 'one_off',
VOICE: 'voice',
};