import { Long } from 'bson'; /** * Channel */ export interface Channel { /** * Unique channel identifier */ readonly channelId: Long; }