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