refactor(dto): group request and response models
Docker Image / Build and Push Docker Image (push) Successful in 2m50s

This commit is contained in:
2026-07-07 16:43:08 +08:00
parent b5bf81de59
commit 9cb9534459
38 changed files with 51 additions and 71 deletions
+2 -6
View File
@@ -2,13 +2,9 @@
* @file Automatically generated by barrelsby.
*/
export * from "./chat_history_response";
export * from "./chat_list_item";
export * from "./chat_media";
export * from "./chat_message";
export * from "./chat_send_response";
export * from "./send_message_request";
export * from "./request";
export * from "./response";
export * from "./ui_message";
export * from "./unlock_history_response";
export * from "./unlock_private_request";
export * from "./unlock_private_response";