const todos = await listTodos({ state: "incomplete" });
const listTodos: PortalFunction<readonly PortalTodoSummary[], ListTodosInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists todos for the signed-in member.
const todos = await listTodos({ state: "incomplete" });
const listTodos: PortalFunction<readonly PortalTodoSummary[], ListTodosInput>