From 0067be6babd3143f2877eaac9bb68b2a4142ea2a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=AA=9A=20types.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/todo/types.ts | 1 + 1 file changed, 1 insertion(+) 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> +