Type Alias RSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

RSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<RSMessageEmbedUpdateWithoutFieldsInput, RSMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: RSMessageEmbedWhereInput;
}