RSEmbedFieldUpdateInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    inline?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    name?: StringFieldUpdateOperationsInput | string;
    rsMessageEmbed?: RSMessageEmbedUpdateOneWithoutFieldsNestedInput;
    value?: NullableStringFieldUpdateOperationsInput | string | null;
}