fix: should export a enum value

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2023-12-27 17:42:24 +08:00
parent 919f7bfdc9
commit 5ec2c29842

View File

@@ -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