const renameChannelSchema = yup
    .object()
    .shape({
      channelName: yup
        .string()