Sfoglia il codice sorgente

fix(types): message type

qinlaiqiao 4 anni fa
parent
commit
30743df5fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      types/src/interface/index.ts

+ 1 - 1
types/src/interface/index.ts

@@ -16,7 +16,7 @@ export * from './option';
 export * from './quantityDetail';
 export * from './report';
 export * from './configMaterial';
-export * from './socket';
+export * from './message';
 export * from './enterprise';
 export * from './infoPrice';
 export * from './installation';