export interface OutboundCallInitiatedResponse {
    /** The ID of the created conversation. */
    conversation_id: string;
    /** Always false when a call was placed. */
    dry_run: false;
}
