export default function handler(): { const todos: Todo[] = []; return { data: todos, }; }