fix: fix import, export

This commit is contained in:
jm-clius 2025-10-15 17:17:00 +01:00
parent fd357f9142
commit 2cc49e1349

View File

@ -18,8 +18,8 @@ import {
MessageChannel,
MessageChannelEvent,
type MessageChannelOptions,
type ParticipantId,
Message as SdsMessage,
type SenderId,
SyncMessage
} from "@waku/sds";
import { Logger } from "@waku/utils";
@ -304,7 +304,7 @@ export class ReliableChannel<
public static async create<T extends IDecodedMessage>(
node: IWaku,
channelId: ChannelId,
senderId: SenderId,
senderId: ParticipantId,
encoder: IEncoder,
decoder: IDecoder<T>,
options?: ReliableChannelOptions