UNPKG

@fanoutio/grip

Version:
8 lines 265 B
import { type IExportedChannel } from './IExportedChannel.js'; export declare class Channel { name: string; prevId: string | null; constructor(name: string, prevId?: string | null); export(): IExportedChannel; } //# sourceMappingURL=Channel.d.ts.map