Explorar el Código

add missing interfaces

Yuki Takei hace 2 años
padre
commit
af0859b47c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/core/src/interfaces/index.ts

+ 1 - 0
packages/core/src/interfaces/index.ts

@@ -1,3 +1,4 @@
+export * from './attachment';
 export * from './color-scheme';
 export * from './common';
 export * from './growi-facade';