Type Alias RSMessageWebhookUpdateToOneWithWhereWithoutRsCustomMessageInput

RSMessageWebhookUpdateToOneWithWhereWithoutRsCustomMessageInput: {
    data: XOR<RSMessageWebhookUpdateWithoutRsCustomMessageInput, RSMessageWebhookUncheckedUpdateWithoutRsCustomMessageInput>;
    where?: RSMessageWebhookWhereInput;
}