Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/channel/custom/remote-channel/remote-channel-impl.ts>RemoteChannelBase.MessageBase

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface RemoteChannelBase.MessageBase
import { type RemoteChannelBase } from "https://deno.land/x/rimbu@1.1.0/channel/custom/remote-channel/remote-channel-impl.ts";
const { MessageBase } = RemoteChannelBase;

Type Parameters

T extends string

Properties

channelId: string
sourceInstanceId: number
optional
targetInstanceId: number
type: T