Type Alias TSMessageEmbedCreateOrConnectWithoutFieldsInput

TSMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<TSMessageEmbedCreateWithoutFieldsInput, TSMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: TSMessageEmbedWhereUniqueInput;
}