Type Alias YTSCustomMessageUncheckedUpdateManyWithoutYoutubeStreamerInput

YTSCustomMessageUncheckedUpdateManyWithoutYoutubeStreamerInput: {
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}