/** * This file was auto-generated by Fern from our API Definition. */ export type BatchCallRecipientStatus = "pending" | "in_progress" | "completed" | "failed" | "cancelled"; export declare const BatchCallRecipientStatus: { readonly Pending: "pending"; readonly InProgress: "in_progress"; readonly Completed: "completed"; readonly Failed: "failed"; readonly Cancelled: "cancelled"; };