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