interface ChannelType {
    commands: Command[];
    name: string;
}

Properties

Properties

commands: Command[]
name: string