Type Alias RSMessageEmbedCreateOrConnectWithoutFieldsInput

RSMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<RSMessageEmbedCreateWithoutFieldsInput, RSMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: RSMessageEmbedWhereUniqueInput;
}