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";