@@ -1,7 +1,8 @@
|
|||||||
import type { CollectionRefTypes } from '@core/constants/db.constant'
|
|
||||||
import type { BaseModel } from './base'
|
import type { BaseModel } from './base'
|
||||||
import type { CategoryModel } from './category'
|
import type { CategoryModel } from './category'
|
||||||
|
|
||||||
|
import { CollectionRefTypes } from '@core/constants/db.constant'
|
||||||
|
|
||||||
export { CollectionRefTypes }
|
export { CollectionRefTypes }
|
||||||
export interface CommentModel extends BaseModel {
|
export interface CommentModel extends BaseModel {
|
||||||
refType: CollectionRefTypes
|
refType: CollectionRefTypes
|
||||||
|
|||||||
Reference in New Issue
Block a user