import type { ChannelStore } from '@pikku/core/channel'; export type WebsocketParams = { channelStore: ChannelStore; };