feat: kb crud
This commit is contained in:
3
src/types/pg.d.ts
vendored
3
src/types/pg.d.ts
vendored
@@ -1,10 +1,11 @@
|
||||
import { ModelDataStatusEnum } from '@/constants/model';
|
||||
|
||||
export interface PgModelDataItemType {
|
||||
export interface PgKBDataItemType {
|
||||
id: string;
|
||||
q: string;
|
||||
a: string;
|
||||
status: `${ModelDataStatusEnum}`;
|
||||
model_id: string;
|
||||
user_id: string;
|
||||
kb_id: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user