ChannelTypeUpdate: Omit<ChannelType, "name" | "commands"> & {
    commands: string[];
}