feat:更新core 和首页代码
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/** 云集合 `favorites` 文档(§3.6) */
|
||||
export interface FavoriteRecord {
|
||||
_id: string;
|
||||
userId: string;
|
||||
worksheetId: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user