mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
feat: pg引入
This commit is contained in:
10
src/types/pg.d.ts
vendored
Normal file
10
src/types/pg.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ModelDataStatusEnum } from '@/constants/model';
|
||||
|
||||
export interface PgModelDataItemType {
|
||||
id: string;
|
||||
q: string;
|
||||
a: string;
|
||||
status: `${ModelDataStatusEnum}`;
|
||||
model_id: string;
|
||||
user_id: string;
|
||||
}
|
Reference in New Issue
Block a user