rename ticket to chat

This commit is contained in:
2026-02-23 11:01:21 +03:30
parent 8303a4c108
commit cc9f52652d
14 changed files with 162 additions and 179 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface AttachmentType {
type: string;
url: string;
}