wxyyxc1992 6 lat temu
rodzic
commit
c12b14ee3a

+ 1
- 1
packages/cts-api/dist/types/messages.d.ts Wyświetl plik

12
     member: string;
12
     member: string;
13
     authority?: number;
13
     authority?: number;
14
 }
14
 }
15
-export interface ChatMsp {
15
+export interface ChatMsg {
16
     from: string;
16
     from: string;
17
     type: 'room';
17
     type: 'room';
18
     to: string;
18
     to: string;

+ 1
- 1
packages/cts-api/src/messages.ts Wyświetl plik

23
   authority?: number;
23
   authority?: number;
24
 }
24
 }
25
 
25
 
26
-export interface ChatMsp {
26
+export interface ChatMsg {
27
   from: string;
27
   from: string;
28
   type: 'room';
28
   type: 'room';
29
   to: string;
29
   to: string;