@@ -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
|
||||
|
||||
Reference in New Issue
Block a user