Type Alias TWSCurrentlyLiveUncheckedUpdateInput

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