소스 검색

add missing interfaces

Yuki Takei 2 년 전
부모
커밋
af0859b47c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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';