diff --git a/src/utils/todo/types.ts b/src/utils/todo/types.ts index 6394354..ab7731b 100644 --- a/src/utils/todo/types.ts +++ b/src/utils/todo/types.ts @@ -16,3 +16,4 @@ export type TodoItem = z.infer> export const TodoListSchema = lazySchema(() => z.array(TodoItemSchema())) export type TodoList = z.infer> +