chore(api-client): add export for CollectionRefTypes

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2023-12-27 17:39:44 +08:00
parent 1ec0987081
commit 3e8ee3ee29

View File

@@ -2,6 +2,7 @@ import type { CollectionRefTypes } from '@core/constants/db.constant'
import type { BaseModel } from './base'
import type { CategoryModel } from './category'
export { CollectionRefTypes }
export interface CommentModel extends BaseModel {
refType: CollectionRefTypes
ref: string