Type Alias RSMessageWebhookCreateOrConnectWithoutRsCustomMessageInput

RSMessageWebhookCreateOrConnectWithoutRsCustomMessageInput: {
    create: XOR<RSMessageWebhookCreateWithoutRsCustomMessageInput, RSMessageWebhookUncheckedCreateWithoutRsCustomMessageInput>;
    where: RSMessageWebhookWhereUniqueInput;
}