ChannelCreate: Pick<Channel, "id" | "type" | "name" | "image"> & {
    createdById: string;
}