refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -4,7 +4,7 @@ import type {
|
||||
ChatSendResponse,
|
||||
UnlockHistoryResponse,
|
||||
UnlockPrivateResponse,
|
||||
} from "@/data/dto/chat";
|
||||
} from "@/data/schemas/chat";
|
||||
import { chatApi } from "@/data/services/api";
|
||||
import {
|
||||
LocalChatMediaStorage,
|
||||
|
||||
Reference in New Issue
Block a user