chore(api-client): add export for CollectionRefTypes
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user