类型文件
This commit is contained in:
parent
66581ea57c
commit
68f771b7bc
4
src/types/database.d.ts
vendored
4
src/types/database.d.ts
vendored
@ -1,9 +1,9 @@
|
|||||||
// @db-hash 2f9e6a9e9145cead00652858cafb9159
|
// @db-hash feca77a2c2ec5b6a2989347f982558d5
|
||||||
//该文件由脚本自动生成,请勿手动修改
|
//该文件由脚本自动生成,请勿手动修改
|
||||||
|
|
||||||
export interface memories {
|
export interface memories {
|
||||||
'content': string;
|
'content': string;
|
||||||
'createdAt': number;
|
'createTime': number;
|
||||||
'embedding'?: string | null;
|
'embedding'?: string | null;
|
||||||
'id'?: string;
|
'id'?: string;
|
||||||
'isolationKey': string;
|
'isolationKey': string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user