mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-20 04:44:46 +08:00
feat: add Todos
This commit is contained in:
1
frontend/src/core/todos/index.ts
Normal file
1
frontend/src/core/todos/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./types";
|
||||
4
frontend/src/core/todos/types.ts
Normal file
4
frontend/src/core/todos/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface Todo {
|
||||
content?: string;
|
||||
status?: "pending" | "in_progress" | "completed";
|
||||
}
|
||||
Reference in New Issue
Block a user