diff --git a/packages/api-client/models/comment.ts b/packages/api-client/models/comment.ts index e008e13b..6a089aa3 100644 --- a/packages/api-client/models/comment.ts +++ b/packages/api-client/models/comment.ts @@ -1,7 +1,8 @@ -import type { CollectionRefTypes } from '@core/constants/db.constant' import type { BaseModel } from './base' import type { CategoryModel } from './category' +import { CollectionRefTypes } from '@core/constants/db.constant' + export { CollectionRefTypes } export interface CommentModel extends BaseModel { refType: CollectionRefTypes