From 81ad057a7520d151ce125ab1aa2da86aa7ac19cc Mon Sep 17 00:00:00 2001 From: wiyco <72733890+wiyco@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:16:21 +0900 Subject: [PATCH] =?UTF-8?q?feat(types):=20utils=E5=9E=8B=E3=82=92=E3=82=A8?= =?UTF-8?q?=E3=82=AF=E3=82=B9=E3=83=9D=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.ts b/src/types/index.ts index a451aee..8668245 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,2 +1,3 @@ export type * from "./api"; export type * from "./next"; +export type * from "./utils";