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