Type Alias RSCustomMessageUpdateToOneWithWhereWithoutEmbedInput

RSCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<RSCustomMessageUpdateWithoutEmbedInput, RSCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: RSCustomMessageWhereInput;
}