瀏覽代碼

chore: update

wxyyxc1992 5 年之前
父節點
當前提交
c12b14ee3a
共有 2 個檔案被更改,包括 2 行新增2 行删除
  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 查看文件

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 查看文件

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;