Type Alias RSEmbedFieldUpdateWithWhereUniqueWithoutRsMessageEmbedInput

RSEmbedFieldUpdateWithWhereUniqueWithoutRsMessageEmbedInput: {
    data: XOR<RSEmbedFieldUpdateWithoutRsMessageEmbedInput, RSEmbedFieldUncheckedUpdateWithoutRsMessageEmbedInput>;
    where: RSEmbedFieldWhereUniqueInput;
}