Type Alias TwitchStreamerUncheckedUpdateInput

TwitchStreamerUncheckedUpdateInput: {
    autoPublishIfAnnouncmentChannel?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    chatRoomId?: NullableStringFieldUpdateOperationsInput | string | null;
    customCoolDownBeforeNextLive?: NullableIntFieldUpdateOperationsInput | number | null;
    customMessages?: TSCustomMessageUncheckedUpdateManyWithoutTwitchStreamerNestedInput;
    dbId?: StringFieldUpdateOperationsInput | string;
    deleteEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    guildId?: StringFieldUpdateOperationsInput | string;
    isCurrentlyLive?: TSCurrentlyLiveUncheckedUpdateOneWithoutTwitchStreamerNestedInput;
    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?: TSStatsChannelIdUncheckedUpdateOneWithoutTwitchStreamerNestedInput;
    streamerId?: NullableStringFieldUpdateOperationsInput | string | null;
    streamerUserName?: StringFieldUpdateOperationsInput | string;
    usePerStreamerEmbeds?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    usersForLiveRole?: TwitchStreamerUpdateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: TwitchStreamerUpdateusersWhoHaveLiveRoleInput | string[];
}