类型文件

This commit is contained in:
ACT丶流星雨 2026-03-20 01:21:51 +08:00
parent 66581ea57c
commit 68f771b7bc

View File

@ -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;