Type Alias RSEmbedFieldCreateOrConnectWithoutRsMessageEmbedInput

RSEmbedFieldCreateOrConnectWithoutRsMessageEmbedInput: {
    create: XOR<RSEmbedFieldCreateWithoutRsMessageEmbedInput, RSEmbedFieldUncheckedCreateWithoutRsMessageEmbedInput>;
    where: RSEmbedFieldWhereUniqueInput;
}