WhatnotStreamerUpdateInput: {
    autoPublishIfAnnouncmentChannel?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    customCoolDownBeforeNextLive?: NullableIntFieldUpdateOperationsInput | number | null;
    customMessages?: WSCustomMessageUpdateManyWithoutWhatnotStreamerNestedInput;
    dbId?: StringFieldUpdateOperationsInput | string;
    deleteEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    guildId?: StringFieldUpdateOperationsInput | string;
    isCurrentlyLive?: WSCurrentlyLiveUpdateOneWithoutWhatnotStreamerNestedInput;
    lastLive?:
        | NullableDateTimeFieldUpdateOperationsInput
        | Date
        | string
        | null;
    liveRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    notificationChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
    pingRoleId?: NullableStringFieldUpdateOperationsInput | string | null;
    sendOfflineMessage?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showNotifyButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    statsChannelIds?: WSStatsChannelIdUpdateOneWithoutWhatnotStreamerNestedInput;
    streamerUserName?: StringFieldUpdateOperationsInput | string;
    usePerStreamerEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    usersForLiveRole?: WhatnotStreamerUpdateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: WhatnotStreamerUpdateusersWhoHaveLiveRoleInput | string[];
}