From dcdeee8a9cfb9d0e09cb35dbbfd525f435e7db71 Mon Sep 17 00:00:00 2001 From: Gerard Date: Thu, 25 Jan 2024 18:05:56 +0100 Subject: [PATCH] Remove unused type --- src/schemaExporterHooks.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/schemaExporterHooks.ts b/src/schemaExporterHooks.ts index ef369fb..10e7b19 100644 --- a/src/schemaExporterHooks.ts +++ b/src/schemaExporterHooks.ts @@ -14,10 +14,4 @@ export function exportHook>(snapshot: T) { type modifiersType = Record -type snapshotWithHashType = { - snapshot: Record, - hash: string -} - -type snapshotWithHashFunctionType = (snapshotWithHash: T) => T type snapshotFunctionType = >(snapshotWithHash: T) => T \ No newline at end of file