Explorar el Código

fix(types): message type

qinlaiqiao hace 4 años
padre
commit
30743df5fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';