KickClipperUncheckedUpdateInput: {
    blacklistedStreamerNames?: KickClipperUpdateblacklistedStreamerNamesInput | string[];
    clipChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    clipEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    clipPingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    clipperUserName?: StringFieldUpdateOperationsInput | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildId?: StringFieldUpdateOperationsInput | string;
    showNotifyButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    webhookAvatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    webhookEnabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    webhookUsername?: NullableStringFieldUpdateOperationsInput | string | null;
    whitelistedStreamerNames?: KickClipperUpdatewhitelistedStreamerNamesInput | string[];
}