From 2aba63eccd11dac8bdf9eb216cfa1a5b48850018 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A1t=C3=A9=20Szentgr=C3=B3ti?=
 <mszentgroti@hearsaycorp.com>
Date: Tue, 25 Jun 2024 13:55:50 +0200
Subject: [PATCH] feat: export everything

Co-authored-by: DoneDeal0 <ap.lanoe@outlook.com>
---
 src/index.ts | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/src/index.ts b/src/index.ts
index 05c58e3..59898d6 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,18 +1,4 @@
 export { getObjectDiff } from "./object-diff";
 export { getListDiff } from "./list-diff";
 export { isEqual, isObject } from "./utils";
-export {
-    type DataDiff,
-    type ListData,
-    type ListDiff,
-    type ListDiffStatus,
-    type ListOptions,
-    type ListStatusTuple,
-    type ObjectData,
-    type ObjectDiff,
-    type ObjectDiffStatus,
-    type ObjectOptions,
-    type ObjectStatusTuple,
-    type SubProperties,
-    type isEqualOptions
-} from "./model";
+export * from "./model";