Browse Source

chore: update

wxyyxc1992 5 years ago
parent
commit
c12b14ee3a
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      packages/cts-api/dist/types/messages.d.ts
  2. 1
    1
      packages/cts-api/src/messages.ts

+ 1
- 1
packages/cts-api/dist/types/messages.d.ts View File

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 View File

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;