const todo = await createTodo({ body: "Follow up" });
const createTodo: PortalFunction<PortalTodo, CreateTodoInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a todo for the signed-in member.
const todo = await createTodo({ body: "Follow up" });
const createTodo: PortalFunction<PortalTodo, CreateTodoInput>