3 lines
126 B
TypeScript
Raw Normal View History

2021-05-01 23:38:36 +02:00
import { ChannelEntry } from "tc-shared/tree/Channel";
export declare function spawnChannelInfo(channel: ChannelEntry): void;