Type Alias TSCurrentlyLiveUncheckedUpdateManyInput

TSCurrentlyLiveUncheckedUpdateManyInput: {
    channelId?: NullableStringFieldUpdateOperationsInput | string | null;
    correct?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    messageId?: NullableStringFieldUpdateOperationsInput | string | null;
    twitchStreamerId?: StringFieldUpdateOperationsInput | string;
}