initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as z from 'zod';
|
||||
|
||||
export const CommunicationStatusSchema = z.enum(['queued', 'sent', 'delivered', 'failed', 'completed', 'busy', 'no_answer'])
|
||||
|
||||
export type CommunicationStatus = z.infer<typeof CommunicationStatusSchema>;
|
||||
Reference in New Issue
Block a user