Type Alias: TodoStatus

type TodoStatus = "pending" | "in_progress" | "completed";

Defined in: tools/builtin/todo.ts:14

Task status