This commit is contained in:
2026-03-05 19:14:23 +03:00
parent 0cf6865b0d
commit b7bbef47eb
7 changed files with 29 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ export type LoginDto = { email: string }
interface ListMessages {
type: 'GET_MESSAGES'
data: {
chat_id: string
chatId: string
}
}