From ba8af98b50a7d0e9dcd79585ebea5d1fecf6fa1e Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 29 Mar 2023 09:21:20 -0400 Subject: [PATCH] Fix type error Signed-off-by: Sebastian Malton --- .../technical-features/messaging/computed-channel/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/technical-features/messaging/computed-channel/index.ts b/packages/technical-features/messaging/computed-channel/index.ts index 4516e0b9a6..dd72ecf71b 100644 --- a/packages/technical-features/messaging/computed-channel/index.ts +++ b/packages/technical-features/messaging/computed-channel/index.ts @@ -6,7 +6,4 @@ export { export type { ChannelObserver, ComputedChannelFactory, - JsonifiableObject, - JsonifiableArray, - Jsonifiable, } from "./src/computed-channel/computed-channel.injectable";