Type Alias RSCurrentlyLiveUncheckedUpdateWithoutRumbleStreamerInput

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