diff --git a/src/types.ts b/src/types.ts index d2715487..651a767c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -31,7 +31,7 @@ import type { ValidationError } from './error' -import type { AnyWSLocalHook, WSLocalHook } from './ws/types' +import type { AnyWSLocalHook } from './ws/types' import type { WebSocketHandler } from './ws/bun' import type { Instruction as ExactMirrorInstruction } from 'exact-mirror'